Searched refs:YYMAXFILL (Results 1 – 8 of 8) sorted by relevance
65 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)66 # 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
66 #define YYMAXFILL 6 macro67 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)68 # error ZEND_MMAP_AHEAD should be greater than YYMAXFILL
74 #define YYMAXFILL 16 macro75 #if ZEND_MMAP_AHEAD < YYMAXFILL76 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
472 in.str = malloc((e - s) + YYMAXFILL);473 memset(in.str, 0, (e - s) + YYMAXFILL);475 in.lim = in.str + (e - s) + YYMAXFILL;
1040 #define YYMAXFILL 20 macro1078 in.str = malloc((e - s) + YYMAXFILL); in timelib_strtointerval()1079 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtointerval()1081 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtointerval()
1818 in.str = malloc((e - s) + YYMAXFILL);1819 memset(in.str, 0, (e - s) + YYMAXFILL);1821 in.lim = in.str + (e - s) + YYMAXFILL;
24774 #define YYMAXFILL 31 macro24811 in.str = malloc((e - s) + YYMAXFILL); in timelib_strtotime()24812 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtotime()24814 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtotime()
Completed in 82 milliseconds