Home
last modified time | relevance | path

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

/PHP-7.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_ini_scanner.c69 #define YYMAXFILL 6 macro
71 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)
72 # error ZEND_MMAP_AHEAD should be greater than YYMAXFILL
H A Dzend_language_scanner.l74 #if ZEND_MMAP_AHEAD < YYMAXFILL
75 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
H A Dzend_language_scanner.c75 #define YYMAXFILL 16 macro
77 #if ZEND_MMAP_AHEAD < YYMAXFILL
78 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
/PHP-7.3/ext/date/lib/
H A Dparse_iso_intervals.c966 #define YYMAXFILL 20 macro
1005 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtointerval()
1006 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtointerval()
1008 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.re1858 in.str = timelib_malloc((e - s) + YYMAXFILL);
1859 memset(in.str, 0, (e - s) + YYMAXFILL);
1861 in.lim = in.str + (e - s) + YYMAXFILL;
H A Dparse_date.c22136 #define YYMAXFILL 33 macro
22174 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtotime()
22175 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtotime()
22177 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtotime()

Completed in 65 milliseconds