Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_lexer.l22 #define YYFILL(n) macro
H A Dphpdbg_lexer.c24 #define YYFILL(n) macro
/PHP-7.3/ext/phar/
H A Dphar_path_check.c40 #define YYFILL(n) in phar_path_check() macro
/PHP-7.3/Zend/
H A Dzend_ini_scanner.l45 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } macro
H A Dzend_ini_scanner.c47 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } macro
H A Dzend_language_scanner.l52 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } macro
H A Dzend_language_scanner.c54 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } macro
/PHP-7.3/ext/json/
H A Djson_scanner.c35 #define YYFILL(n) macro
/PHP-7.3/ext/pdo/
H A Dpdo_sql_parser.c37 #define YYFILL(n) { RET(PDO_PARSER_EOI); } macro
/PHP-7.3/ext/standard/
H A Durl_scanner_ex.c178 #define YYFILL(n) goto done in PHP_INI_END() macro
327 #define YYFILL(n) goto stop macro
H A Dvar_unserializer.c311 #define YYFILL(n) do { } while (0) macro
/PHP-7.3/ext/date/lib/
H A Dparse_iso_intervals.c56 #define YYFILL(n) return EOI; macro
H A Dparse_date.c90 #define YYFILL(n) return EOI; macro

Completed in 90 milliseconds