Searched refs:YYMAXFILL (Results 1 – 6 of 6) sorted by relevance
68 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)69 # error ZEND_MMAP_AHEAD should be greater than YYMAXFILL
73 #if ZEND_MMAP_AHEAD < YYMAXFILL74 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
968 #define YYMAXFILL 20 macro1007 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtointerval()1008 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtointerval()1010 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtointerval()
365 in.str = timelib_malloc((e - s) + YYMAXFILL);366 memset(in.str, 0, (e - s) + YYMAXFILL);368 in.lim = in.str + (e - s) + YYMAXFILL;
2034 in.str = timelib_malloc((e - s) + YYMAXFILL);2035 memset(in.str, 0, (e - s) + YYMAXFILL);2037 in.lim = in.str + (e - s) + YYMAXFILL;
24846 #define YYMAXFILL 36 macro24884 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtotime()24885 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtotime()24887 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtotime()
Completed in 55 milliseconds