Searched refs:scan (Results 1 - 11 of 11) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regcomp.c | 1502 register sop *scan; local 1516 scan = g->strip + 1; 1518 s = *scan++; 1522 newstart = scan - 1; 1531 scan--; 1533 scan += OPND(s); 1534 s = *scan; 1568 scan = start; 1570 while (OP(s = *scan++) != OCHAR) 1588 register sop *scan; local [all...] |
| /PHP_TRUNK/ext/phar/tests/files/ |
| H A D | pear2coverage.phar.php | 560 function scan($testpath) 767 $files = $this->scan($testpath); 842 function scan($testpath) 557 function scan($testpath) function 839 function scan($testpath) function
|
| /PHP_TRUNK/ |
| H A D | ltmain.sh | 719 # in scan sets, so we specify it separately. 752 # in scan sets, and some SunOS ksh mistreat backslash-escaping 753 # in scan sets (worked around with variable expansion), 754 # and furthermore cannot handle '|' '&' '(' ')' in scan sets 2124 passes="conv scan dlopen dlpreopen link" 2131 test "$linkmode,$pass" = "prog,scan"; then 2246 if test "$pass" = scan; then 2379 test "$linkmode,$pass" = "prog,scan" || 2511 deplibs="$lib $deplibs" # used for prog,scan pass
|
| /PHP_TRUNK/ext/standard/ |
| H A D | url_scanner_ex.c | 115 scan: 169 { sep = separator; goto scan; } 184 { goto scan; } 309 * we continue to scan the tag, otherwise we simply copy the complete
|
| H A D | url_scanner_ex.re | 118 scan: 121 "?" { sep = separator; goto scan; } 123 (any\[:?#])+ { goto scan; } 245 * we continue to scan the tag, otherwise we simply copy the complete
|
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_iso_intervals.c | 238 /* date parser's scan function too large for VC6 - VC7.x 243 static int scan(Scanner *s) function 1091 t = scan(&in);
|
| H A D | parse_iso_intervals.re | 236 /* date parser's scan function too large for VC6 - VC7.x 241 static int scan(Scanner *s) 485 t = scan(&in);
|
| H A D | parse_date.c | 831 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) function 24795 t = scan(&in, tz_get_wrapper);
|
| H A D | parse_date.re | 829 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) 1802 t = scan(&in, tz_get_wrapper);
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_sql_parser.c | 45 static int scan(Scanner *s) function 451 while((t = scan(&s)) != PDO_PARSER_EOI) { 778 while((t = scan(&s)) != PDO_PARSER_EOI) {
|
| H A D | pdo_sql_parser.re | 43 static int scan(Scanner *s) 98 while((t = scan(&s)) != PDO_PARSER_EOI) { 425 while((t = scan(&s)) != PDO_PARSER_EOI) {
|
Completed in 61 milliseconds