Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/lib/
H A Dtimelib.c42 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 Dtimelib.h36 # define timelib_calloc calloc macro
H A Dparse_iso_intervals.re131 char *tmp = timelib_calloc(1, s->cur - s->tok + 1);
155 str = timelib_calloc(1, end - begin + 1);
H A Dparse_iso_intervals.c133 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 Dparse_date.re459 char *tmp = timelib_calloc(1, s->cur - s->tok + 1);
486 str = timelib_calloc(1, end - begin + 1);
526 str = timelib_calloc(1, end - begin + 1);
568 word = timelib_calloc(1, end - begin + 1);
601 word = timelib_calloc(1, end - begin + 1);
648 word = timelib_calloc(1, end - begin + 1);
744 word = timelib_calloc(1, end - begin + 1);
H A Dparse_date.c461 char *tmp = timelib_calloc(1, s->cur - s->tok + 1); in timelib_string()
488 str = timelib_calloc(1, end - begin + 1); in timelib_get_nr_ex()
528 str = timelib_calloc(1, end - begin + 1); in timelib_get_frac_nr()
570 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_relative_text()
603 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_month()
650 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_relunit()
746 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_abbr()
/PHP-7.1/ext/date/
H A Dconfig.w3218 tl_config.WriteLine("#define timelib_calloc ecalloc");
H A Dconfig0.m433 #define timelib_calloc ecalloc

Completed in 46 milliseconds