Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 7 of 7) sorted by relevance

/lighttpd1.4/src/
H A Dkeyvalue.c351 pattern[0] == '$' /*(else '%')*/ in pcre_keyvalue_buffer_subst_ext()
356 return (int)(p + 1 - (unsigned char *)pattern - 2); in pcre_keyvalue_buffer_subst_ext()
360 const char *pattern = patternb->ptr; in pcre_keyvalue_buffer_subst() local
369 if (pattern[k] == '$' || pattern[k] == '%') { in pcre_keyvalue_buffer_subst()
371 buffer_append_string_len(b, pattern + start, k - start); in pcre_keyvalue_buffer_subst()
373 if (pattern[k + 1] == '{') { in pcre_keyvalue_buffer_subst()
374 int num = pcre_keyvalue_buffer_subst_ext(b, pattern+k, ctx); in pcre_keyvalue_buffer_subst()
377 } else if (light_isdigit(((unsigned char *)pattern)[k + 1])) { in pcre_keyvalue_buffer_subst()
379 unsigned int num = (unsigned int)pattern[k + 1] - '0'; in pcre_keyvalue_buffer_subst()
380 pattern[k] == '$' /*(else '%')*/ in pcre_keyvalue_buffer_subst()
[all …]
H A Dlemon.c4951 char pattern[LINESIZE]; in ReportHeader() local
4960 lemon_sprintf(pattern,"#define %s%-30s %3d\n", in ReportHeader()
4962 if( strcmp(line,pattern) ) break; in ReportHeader()
/lighttpd1.4/doc/outdated/
H A Devhost.txt24 mod_evhost builds the document-root based on a pattern which contains
38 evhost.path-pattern = "/home/www/servers/%3/pages/"
43 evhost.path-pattern
44 pattern with wildcards to be replace to build a documentroot
H A Dperformance.txt139 anti-pattern for secure configurations
/lighttpd1.4/src/t/
H A Dtest_mod_evhost.c9 const char *pattern; member
18 const buffer *path_pieces = mod_evhost_parse_pattern(t->pattern); in test_mod_evhost_build_doc_root_path_loop()
/lighttpd1.4/doc/config/conf.d/
H A Devhost.conf21 evhost.path-pattern = vhosts_dir + "/%3/htdocs/"
/lighttpd1.4/
H A DNEWS2242 * [core] merge redirect/rewrite pattern substitution
3187 * Print an error if you use too many captures in a regex pattern (fixes #2059)
3243 * Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)
3362 * fixed dropping last character of evhost pattern (#161)