Searched refs:matcher (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | engine.c | 9 #define matcher smatcher macro 20 #define matcher lmatcher macro 61 - matcher - the actual matching engine 62 == static int matcher(register struct re_guts *g, char *string, \ 66 matcher(g, string, nmatch, pmatch, eflags) function 1011 #undef matcher macro
|
| H A D | engine.ih | 7 static int matcher(register struct re_guts *g, unsigned char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
|
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_http_parser.c | 602 const char *matcher; local 606 matcher = method_strings[parser->method]; 607 if (ch == ' ' && (matcher[index] == '\0' || parser->method == PHP_HTTP_NOT_IMPLEMENTED)) { 609 } else if (ch == matcher[index]) {
|
Completed in 27 milliseconds