Searched refs:regex (Results 1 – 14 of 14) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | rewrite.txt | 34 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 D | webdav.txt | 58 a conditional. You have to use the regex like below as you want to match
|
| H A D | features.txt | 70 The request rewriting appears to only allow regex substitutions. Zeus has a
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_dirlisting.c | 40 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 D | data_config.c | 30 if (ds->regex) pcre_free(ds->regex); in data_config_free()
|
| H A D | array.h | 130 pcre *regex; member
|
| H A D | configparser.y | 475 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 D | configparser.c | 1261 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 D | configfile-glue.c | 488 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 D | configure.ac | 744 features="regex-conditionals"
|
| H A D | NEWS | 155 * 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 D | ltmain.sh | 6925 -export-symbols | -export-symbols-regex) 7126 -precious-files-regex)
|
| H A D | configure | 19393 features="regex-conditionals"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 3444 # '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
|