Home
last modified time | relevance | path

Searched refs:YYMAXFILL (Results 1 – 8 of 8) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_ini_scanner.l66 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)
67 # error ZEND_MMAP_AHEAD should be greater than YYMAXFILL
H A Dzend_language_scanner.l76 #if ZEND_MMAP_AHEAD < YYMAXFILL
77 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
H A Dzend_ini_scanner.c67 #define YYMAXFILL 6 macro
68 #if ZEND_MMAP_AHEAD < (YYMAXFILL + 1)
69 # error ZEND_MMAP_AHEAD should be greater than YYMAXFILL
H A Dzend_language_scanner.c77 #define YYMAXFILL 16 macro
78 #if ZEND_MMAP_AHEAD < YYMAXFILL
79 # error ZEND_MMAP_AHEAD should be greater than or equal to YYMAXFILL
/PHP-5.6/ext/date/lib/
H A Dparse_iso_intervals.c911 #define YYMAXFILL 20 macro
949 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()
H A Dparse_iso_intervals.re443 in.str = timelib_malloc((e - s) + YYMAXFILL);
444 memset(in.str, 0, (e - s) + YYMAXFILL);
446 in.lim = in.str + (e - s) + YYMAXFILL;
H A Dparse_date.re1769 in.str = timelib_malloc((e - s) + YYMAXFILL);
1770 memset(in.str, 0, (e - s) + YYMAXFILL);
1772 in.lim = in.str + (e - s) + YYMAXFILL;
H A Dparse_date.c23843 #define YYMAXFILL 33 macro
23880 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 81 milliseconds