Home
last modified time | relevance | path

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

/PHP-8.0/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.0/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.re1901 in.str = timelib_malloc((e - s) + YYMAXFILL);
1902 memset(in.str, 0, (e - s) + YYMAXFILL);
1904 in.lim = in.str + (e - s) + YYMAXFILL;
H A Dparse_date.c25094 #define YYMAXFILL 33 macro
25131 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtotime()
25132 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtotime()
25134 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtotime()

Completed in 46 milliseconds