Searched defs:YYCURSOR (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_3/ext/date/lib/ |
| H A D | parse_date.c | 102 #define YYCURSOR cursor macro 917 YYDEBUG(0, *YYCURSOR); 918 if ((YYLIMIT - YYCURSOR) < 31) YYFILL(31); 919 yych = *YYCURSOR; 997 YYDEBUG(2, *YYCURSOR); 1016 YYDEBUG(3, *YYCURSOR); 1017 ++YYCURSOR; 1018 if ((yych = *YYCURSOR) <= 'E') { 1036 YYDEBUG(4, *YYCURSOR); 1052 YYDEBUG(5, *YYCURSOR); [all...] |
| H A D | parse_iso_intervals.c | 67 #define YYCURSOR cursor macro 329 YYDEBUG(0, *YYCURSOR); 330 if ((YYLIMIT - YYCURSOR) < 20) YYFILL(20); 331 yych = *YYCURSOR; 354 YYDEBUG(2, *YYCURSOR); 355 ++YYCURSOR; 356 if ((yych = *YYCURSOR) <= '/') goto yy3; 359 YYDEBUG(3, *YYCURSOR); 367 YYDEBUG(4, *YYCURSOR); 369 yych = *(YYMARKER = ++YYCURSOR); [all...] |
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_sql_parser.c | 36 #define YYCURSOR cursor macro 59 if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2); 60 yych = *YYCURSOR; 72 YYCURSOR = YYMARKER; 79 yych = *(YYMARKER = ++YYCURSOR); 87 yych = *(YYMARKER = ++YYCURSOR); 91 yych = *++YYCURSOR; 161 ++YYCURSOR; 162 switch ((yych = *YYCURSOR)) { 172 ++YYCURSOR; [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | url_scanner_ex.c | 102 #define YYCURSOR p macro 154 if (YYLIMIT <= YYCURSOR) YYFILL(1); 155 yych = *YYCURSOR; 161 ++YYCURSOR; 166 ++YYCURSOR; 171 ++YYCURSOR; 176 ++YYCURSOR; 177 if (YYLIMIT <= YYCURSOR) YYFILL(1); 178 yych = *YYCURSOR; 211 #undef YYCURSOR macro 244 #define YYCURSOR macro [all...] |
| H A D | var_unserializer.c | 188 #define YYCURSOR cursor macro 444 if ((YYLIMIT - YYCURSOR) < 7) YYFILL(7); 445 yych = *YYCURSOR; 463 yych = *(YYMARKER = ++YYCURSOR); 470 yych = *(YYMARKER = ++YYCURSOR); 474 yych = *++YYCURSOR; 478 yych = *(YYMARKER = ++YYCURSOR); 482 yych = *(YYMARKER = ++YYCURSOR); 486 yych = *(YYMARKER = ++YYCURSOR); 490 yych = *(YYMARKER = ++YYCURSOR); [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend_ini_scanner.c | 44 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } 45 #define YYCURSOR SCNG(yy_cursor) macro 59 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ 165 YYCURSOR = (YYCTYPE*)str; 166 SCNG(yy_start) = YYCURSOR; 167 YYLIMIT = YYCURSOR + len; 316 SCNG(yy_text) = YYCURSOR; 320 if (YYCURSOR >= YYLIMIT) { 329 if (YYCURSOR == SCNG(yy_start) && YYCURSOR [all...] |
| H A D | zend_language_scanner.c | 53 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } 54 #define YYCURSOR SCNG(yy_cursor) macro 68 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ 143 YYCURSOR = (YYCTYPE*)str; 144 YYLIMIT = YYCURSOR + len; 146 SCNG(yy_start) = YYCURSOR; 630 offset = original_offset = YYCURSOR - SCNG(yy_start); 856 SCNG(yy_text) = YYCURSOR; 940 YYDEBUG(0, *YYCURSOR); 942 yych = *YYCURSOR; [all...] |
| /PHP_5_3/ext/phar/ |
| H A D | phar_path_check.c | 39 #define YYCURSOR p macro 50 if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4); 51 yych = *YYCURSOR; 74 yych = *(YYMARKER = ++YYCURSOR); 85 ++YYCURSOR; 93 ++YYCURSOR; 101 ++YYCURSOR; 113 ++YYCURSOR; 122 yych = *++YYCURSOR; 125 ++YYCURSOR; [all...] |
Completed in 11 milliseconds