Home
last modified time | relevance | path

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

/PHP-7.0/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.re446 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 Dparse_date.c448 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 Dconfig.w3217 tl_config.WriteLine("#define timelib_calloc ecalloc");
H A Dconfig0.m433 #define timelib_calloc ecalloc

Completed in 57 milliseconds