Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/date/lib/
H A Dparse_iso_intervals.c930 #define YYMAXFILL 20 macro
968 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtointerval()
969 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtointerval()
971 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtointerval()
H A Dparse_iso_intervals.re363 in.str = timelib_malloc((e - s) + YYMAXFILL);
364 memset(in.str, 0, (e - s) + YYMAXFILL);
366 in.lim = in.str + (e - s) + YYMAXFILL;
H A Dparse_date.re1861 in.str = timelib_malloc((e - s) + YYMAXFILL);
1862 memset(in.str, 0, (e - s) + YYMAXFILL);
1864 in.lim = in.str + (e - s) + YYMAXFILL;
H A Dparse_date.c24932 #define YYMAXFILL 33 macro
24969 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtotime()
24970 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtotime()
24972 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtotime()

Completed in 53 milliseconds