Searched refs:pattern (Results 1 – 7 of 7) sorted by relevance
351 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() local369 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 …]
4951 char pattern[LINESIZE]; in ReportHeader() local4960 lemon_sprintf(pattern,"#define %s%-30s %3d\n", in ReportHeader()4962 if( strcmp(line,pattern) ) break; in ReportHeader()
24 mod_evhost builds the document-root based on a pattern which contains38 evhost.path-pattern = "/home/www/servers/%3/pages/"43 evhost.path-pattern44 pattern with wildcards to be replace to build a documentroot
139 anti-pattern for secure configurations
9 const char *pattern; member18 const buffer *path_pieces = mod_evhost_parse_pattern(t->pattern); in test_mod_evhost_build_doc_root_path_loop()
21 evhost.path-pattern = vhosts_dir + "/%3/htdocs/"
2242 * [core] merge redirect/rewrite pattern substitution3187 * 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)