Home
last modified time | relevance | path

Searched defs:YYFILL (Results 1 – 12 of 12) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_lexer.l21 #define YYFILL(n) macro
H A Dphpdbg_lexer.c23 #define YYFILL(n) macro
/PHP-5.6/ext/phar/
H A Dphar_path_check.c42 #define YYFILL(n) in phar_path_check() macro
/PHP-5.6/ext/standard/
H A Durl_scanner_ex.c101 #define YYFILL(n) goto done in PHP_INI_END() macro
269 #define YYFILL(n) goto stop macro
H A Dvar_unserializer.c276 #define YYFILL(n) do { } while (0) macro
/PHP-5.6/Zend/
H A Dzend_ini_scanner.l43 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } macro
H A Dzend_ini_scanner.c45 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } macro
H A Dzend_language_scanner.l54 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } macro
H A Dzend_language_scanner.c56 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } macro
/PHP-5.6/ext/pdo/
H A Dpdo_sql_parser.c39 #define YYFILL(n) { RET(PDO_PARSER_EOI); } macro
/PHP-5.6/ext/date/lib/
H A Dparse_iso_intervals.c76 #define YYFILL(n) return EOI; macro
H A Dparse_date.c111 #define YYFILL(n) return EOI; macro

Completed in 68 milliseconds