Searched refs:pattern (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_redirect.c | 190 const char *pattern; in mod_redirect_uri_handler() local 199 pattern = kv->value->ptr; in mod_redirect_uri_handler() 222 if (pattern[k] == '$' || pattern[k] == '%') { in mod_redirect_uri_handler() 225 size_t num = pattern[k + 1] - '0'; in mod_redirect_uri_handler() 227 buffer_append_string_len(p->location, pattern + start, k - start); in mod_redirect_uri_handler() 229 if (!isdigit((unsigned char)pattern[k + 1])) { in mod_redirect_uri_handler() 231 buffer_append_string_len(p->location, pattern+k, pattern[k] == pattern[k+1] ? 1 : 2); in mod_redirect_uri_handler() 232 } else if (pattern[k] == '$') { in mod_redirect_uri_handler() 251 buffer_append_string_len(p->location, pattern + start, pattern_len - start); in mod_redirect_uri_handler()
|
| H A D | mod_rewrite.c | 367 const char *pattern; in process_rewrite_rules() local 375 pattern = rule->value->ptr; in process_rewrite_rules() 398 if (pattern[k] == '$' || pattern[k] == '%') { in process_rewrite_rules() 401 size_t num = pattern[k + 1] - '0'; in process_rewrite_rules() 403 buffer_append_string_len(con->request.uri, pattern + start, k - start); in process_rewrite_rules() 405 if (!isdigit((unsigned char)pattern[k + 1])) { in process_rewrite_rules() 407 buffer_append_string_len(con->request.uri, pattern+k, pattern[k] == pattern[k+1] ? 1 : 2); in process_rewrite_rules() 408 } else if (pattern[k] == '$') { in process_rewrite_rules() 428 buffer_append_string_len(con->request.uri, pattern + start, pattern_len - start); in process_rewrite_rules()
|
| H A D | lemon.c | 3595 char pattern[LINESIZE]; local 3603 sprintf(pattern,"#define %s%-30s %2d\n",prefix,lemp->symbols[i]->name,i); 3604 if( strcmp(line,pattern) ) break;
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | evhost.txt | 24 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
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/ |
| H A D | evhost.conf | 19 evhost.path-pattern = vhosts_dir + "/%3/htdocs/"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 155 * Print an error if you use too many captures in a regex pattern (fixes #2059) 211 * Add '%_' pattern for complete hostname in mod_evhost (fixes #1737) 330 * fixed dropping last character of evhost pattern (#161)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 3478 # Keep this pattern in sync with the one in func_win32_libid.
|