Searched refs:YYMAXFILL (Results 1 – 8 of 8) sorted by relevance
70 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)71 # error ZEND_MMAP_AHEAD should be greater than YYMAXFILL
71 #define YYMAXFILL 6 macro72 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)73 # error ZEND_MMAP_AHEAD should be greater than YYMAXFILL
76 #if ZEND_MMAP_AHEAD < YYMAXFILL77 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
77 #define YYMAXFILL 16 macro78 #if ZEND_MMAP_AHEAD < YYMAXFILL79 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
1010 #define YYMAXFILL 20 macro1048 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()
443 in.str = timelib_malloc((e - s) + YYMAXFILL);444 memset(in.str, 0, (e - s) + YYMAXFILL);446 in.lim = in.str + (e - s) + YYMAXFILL;
1812 in.str = timelib_malloc((e - s) + YYMAXFILL);1813 memset(in.str, 0, (e - s) + YYMAXFILL);1815 in.lim = in.str + (e - s) + YYMAXFILL;
24881 #define YYMAXFILL 33 macro24918 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 54 milliseconds