Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ini_scanner.l70 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)
71 # error ZEND_MMAP_AHEAD should be greater than YYMAXFILL
H A Dzend_ini_scanner.c71 #define YYMAXFILL 6 macro
72 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)
73 # error ZEND_MMAP_AHEAD should be greater than YYMAXFILL
H A Dzend_language_scanner.l76 #if ZEND_MMAP_AHEAD < YYMAXFILL
77 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
H A Dzend_language_scanner.c77 #define YYMAXFILL 16 macro
78 #if ZEND_MMAP_AHEAD < YYMAXFILL
79 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
/PHP-7.1/ext/date/lib/
H A Dparse_iso_intervals.c1010 #define YYMAXFILL 20 macro
1048 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtointerval()
1049 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtointerval()
1051 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtointerval()
H A Dparse_iso_intervals.re443 in.str = timelib_malloc((e - s) + YYMAXFILL);
444 memset(in.str, 0, (e - s) + YYMAXFILL);
446 in.lim = in.str + (e - s) + YYMAXFILL;
H A Dparse_date.re1812 in.str = timelib_malloc((e - s) + YYMAXFILL);
1813 memset(in.str, 0, (e - s) + YYMAXFILL);
1815 in.lim = in.str + (e - s) + YYMAXFILL;
H A Dparse_date.c24881 #define YYMAXFILL 33 macro
24918 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtotime()
24919 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtotime()
24921 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtotime()

Completed in 86 milliseconds