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
911 #define YYMAXFILL 20 macro949 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtointerval()950 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtointerval()952 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;
1769 in.str = timelib_malloc((e - s) + YYMAXFILL);1770 memset(in.str, 0, (e - s) + YYMAXFILL);1772 in.lim = in.str + (e - s) + YYMAXFILL;
23843 #define YYMAXFILL 33 macro23880 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtotime()23881 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtotime()23883 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtotime()
Completed in 52 milliseconds