Home
last modified time | relevance | path

Searched refs:YYMAXFILL (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_ini_scanner.l68 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)
69 # error ZEND_MMAP_AHEAD should be greater than YYMAXFILL
H A Dzend_language_scanner.l73 #if ZEND_MMAP_AHEAD < YYMAXFILL
74 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
/PHP-8.3/ext/date/lib/
H A Dparse_iso_intervals.c932 #define YYMAXFILL 20 macro
970 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtointerval()
971 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtointerval()
973 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtointerval()
H A Dparse_iso_intervals.re365 in.str = timelib_malloc((e - s) + YYMAXFILL);
366 memset(in.str, 0, (e - s) + YYMAXFILL);
368 in.lim = in.str + (e - s) + YYMAXFILL;
H A Dparse_date.re2030 in.str = timelib_malloc((e - s) + YYMAXFILL);
2031 memset(in.str, 0, (e - s) + YYMAXFILL);
2033 in.lim = in.str + (e - s) + YYMAXFILL;
H A Dparse_date.c24842 #define YYMAXFILL 36 macro
24880 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtotime()
24881 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtotime()
24883 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtotime()

Completed in 58 milliseconds