Searched refs:YYMAXFILL (Results 1 – 8 of 8) sorted by relevance
68 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)69 # error ZEND_MMAP_AHEAD should be greater than YYMAXFILL
69 #define YYMAXFILL 6 macro71 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)72 # error ZEND_MMAP_AHEAD should be greater than YYMAXFILL
74 #if ZEND_MMAP_AHEAD < YYMAXFILL75 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
75 #define YYMAXFILL 16 macro77 #if ZEND_MMAP_AHEAD < YYMAXFILL78 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
966 #define YYMAXFILL 20 macro1005 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()
363 in.str = timelib_malloc((e - s) + YYMAXFILL);364 memset(in.str, 0, (e - s) + YYMAXFILL);366 in.lim = in.str + (e - s) + YYMAXFILL;
1858 in.str = timelib_malloc((e - s) + YYMAXFILL);1859 memset(in.str, 0, (e - s) + YYMAXFILL);1861 in.lim = in.str + (e - s) + YYMAXFILL;
22136 #define YYMAXFILL 33 macro22174 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 77 milliseconds