Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_lexer.l22 #define YYFILL(n) macro
H A Dphpdbg_lexer.c24 #define YYFILL(n) macro
/PHP-7.2/ext/phar/
H A Dphar_path_check.c42 #define YYFILL(n) in phar_path_check() macro
/PHP-7.2/Zend/
H A Dzend_ini_scanner.l47 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } macro
H A Dzend_ini_scanner.c49 #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-7.2/ext/json/
H A Djson_scanner.c35 #define YYFILL(n) macro
/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.c39 #define YYFILL(n) { RET(PDO_PARSER_EOI); } macro
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.c176 #define YYFILL(n) goto done in PHP_INI_END() macro
325 #define YYFILL(n) goto stop macro
H A Dvar_unserializer.c313 #define YYFILL(n) do { } while (0) macro
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.c58 #define YYFILL(n) return EOI; macro
H A Dparse_date.c91 #define YYFILL(n) return EOI; macro

Completed in 87 milliseconds