Searched defs:YYCURSOR (Results 1 - 8 of 8) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | url_scanner_ex.c | 103 #define YYCURSOR p macro 155 if (YYLIMIT <= YYCURSOR) YYFILL(1); 156 yych = *YYCURSOR; 162 ++YYCURSOR; 167 ++YYCURSOR; 172 ++YYCURSOR; 177 ++YYCURSOR; 178 if (YYLIMIT <= YYCURSOR) YYFILL(1); 179 yych = *YYCURSOR; 212 #undef YYCURSOR macro 245 #define YYCURSOR macro [all...] |
| H A D | var_unserializer.c | 199 #define YYCURSOR cursor macro 422 if (YYCURSOR >= YYLIMIT) { 473 if ((YYLIMIT - YYCURSOR) < 7) YYFILL(7); 474 yych = *YYCURSOR; 492 yych = *(YYMARKER = ++YYCURSOR); 499 yych = *(YYMARKER = ++YYCURSOR); 503 yych = *++YYCURSOR; 507 yych = *(YYMARKER = ++YYCURSOR); 511 yych = *(YYMARKER = ++YYCURSOR); 515 yych = *(YYMARKER = ++YYCURSOR); [all...] |
| /PHP_TRUNK/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...] |
| /PHP_TRUNK/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 | 56 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } 57 #define YYCURSOR SCNG(yy_cursor) macro 71 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ 173 YYCURSOR = (YYCTYPE*)str; 174 YYLIMIT = YYCURSOR + len; 176 SCNG(yy_start) = YYCURSOR; 1004 SCNG(yy_text) = YYCURSOR; 1088 YYDEBUG(0, *YYCURSOR); 1090 yych = *YYCURSOR; 1092 YYDEBUG(2, *YYCURSOR); [all...] |
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_iso_intervals.c | 67 #define YYCURSOR cursor macro 294 YYDEBUG(0, *YYCURSOR); 295 if ((YYLIMIT - YYCURSOR) < 20) YYFILL(20); 296 yych = *YYCURSOR; 319 YYDEBUG(2, *YYCURSOR); 320 ++YYCURSOR; 321 if ((yych = *YYCURSOR) <= '/') goto yy3; 324 YYDEBUG(3, *YYCURSOR); 332 YYDEBUG(4, *YYCURSOR); 334 yych = *(YYMARKER = ++YYCURSOR); [all...] |
| H A D | parse_date.c | 102 #define YYCURSOR cursor macro 882 YYDEBUG(0, *YYCURSOR); 883 if ((YYLIMIT - YYCURSOR) < 31) YYFILL(31); 884 yych = *YYCURSOR; 962 YYDEBUG(2, *YYCURSOR); 981 YYDEBUG(3, *YYCURSOR); 982 ++YYCURSOR; 983 if ((yych = *YYCURSOR) <= 'E') { 1001 YYDEBUG(4, *YYCURSOR); 1017 YYDEBUG(5, *YYCURSOR); [all...] |
| /PHP_TRUNK/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...] |
Completed in 11 milliseconds