Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 14 of 14) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Drewrite.txt34 url.rewrite-once = ( "<regex>" => "<relative-uri>" )
41 url.rewrite-repeat = ( "<regex>" => "<relative-uri>" )
55 The regex is matching the full REQUEST_URI which is supplied by the user including
H A Dwebdav.txt58 a conditional. You have to use the regex like below as you want to match
H A Dfeatures.txt70 The request rewriting appears to only allow regex substitutions. Zeus has a
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_dirlisting.c40 pcre *regex; member
117 if (NULL == (exb->ptr[exb->used]->regex = pcre_compile(string->ptr, 0, in excludes_buffer_append()
141 if (exb->ptr[i]->regex) pcre_free(exb->ptr[i]->regex); in excludes_buffer_free()
725 pcre *regex = p->conf.excludes->ptr[i]->regex; in http_list_directory() local
727 if ((n = pcre_exec(regex, NULL, dent->d_name, in http_list_directory()
H A Ddata_config.c30 if (ds->regex) pcre_free(ds->regex); in data_config_free()
H A Darray.h130 pcre *regex; member
H A Dconfigparser.y475 if (NULL == (dc->regex = in SRVVARNAME()
485 pcre_study(dc->regex, 0, &errptr)) && in SRVVARNAME()
490 … } else if (0 != (pcre_fullinfo(dc->regex, dc->regex_study, PCRE_INFO_CAPTURECOUNT, &captures))) { in SRVVARNAME()
H A Dconfigparser.c1261 if (NULL == (dc->regex = in yy_reduce()
1271 pcre_study(dc->regex, 0, &errptr)) && in yy_reduce()
1276 … } else if (0 != (pcre_fullinfo(dc->regex, dc->regex_study, PCRE_INFO_CAPTURECOUNT, &captures))) { in yy_reduce()
H A Dconfigfile-glue.c488 n = pcre_exec(dc->regex, dc->regex_study, l->ptr, l->used - 1, 0, 0, in config_check_cond_nocache()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dconfigure.ac744 features="regex-conditionals"
H A DNEWS155 * Print an error if you use too many captures in a regex pattern (fixes #2059)
293 …* Fix segfault for appending matched parts if there was no regex matching (just give empty strings…
H A Dltmain.sh6925 -export-symbols | -export-symbols-regex)
7126 -precious-files-regex)
H A Dconfigure19393 features="regex-conditionals"
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m43444 # 'file_magic [[regex]]' -- check by looking for files in library path
3445 # that responds to the $file_magic_cmd with a given extended regex.
7432 # PREFIX and SUFFIX must not contain globbing or regex special