Searched refs:timelib_calloc (Results 1 – 8 of 8) sorted by relevance
/PHP-7.0/ext/date/lib/ |
H A D | timelib.c | 42 t = timelib_calloc(1, sizeof(timelib_time)); in timelib_time_ctor() 50 t = timelib_calloc(1, sizeof(timelib_rel_time)); in timelib_rel_time_ctor() 118 t = timelib_calloc(1, sizeof(timelib_time_offset)); in timelib_time_offset_ctor() 132 t = timelib_calloc(1, sizeof(timelib_tzinfo)); in timelib_tzinfo_ctor()
|
H A D | timelib.h | 36 # define timelib_calloc calloc macro
|
H A D | parse_iso_intervals.re | 131 char *tmp = timelib_calloc(1, s->cur - s->tok + 1); 155 str = timelib_calloc(1, end - begin + 1);
|
H A D | parse_iso_intervals.c | 133 char *tmp = timelib_calloc(1, s->cur - s->tok + 1); in timelib_string() 157 str = timelib_calloc(1, end - begin + 1); in timelib_get_nr()
|
H A D | parse_date.re | 446 char *tmp = timelib_calloc(1, s->cur - s->tok + 1); 473 str = timelib_calloc(1, end - begin + 1); 513 str = timelib_calloc(1, end - begin + 1); 555 word = timelib_calloc(1, end - begin + 1); 588 word = timelib_calloc(1, end - begin + 1); 635 word = timelib_calloc(1, end - begin + 1); 730 word = timelib_calloc(1, end - begin + 1);
|
H A D | parse_date.c | 448 char *tmp = timelib_calloc(1, s->cur - s->tok + 1); in timelib_string() 475 str = timelib_calloc(1, end - begin + 1); in timelib_get_nr_ex() 515 str = timelib_calloc(1, end - begin + 1); in timelib_get_frac_nr() 557 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_relative_text() 590 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_month() 637 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_relunit() 732 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_abbr()
|
/PHP-7.0/ext/date/ |
H A D | config.w32 | 17 tl_config.WriteLine("#define timelib_calloc ecalloc");
|
H A D | config0.m4 | 33 #define timelib_calloc ecalloc
|
Completed in 100 milliseconds