Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/
H A Dconfig.w3215 tl_config.WriteLine("#define timelib_calloc ecalloc");
H A Dconfig0.m432 #define timelib_calloc ecalloc
/PHP-7.4/ext/date/lib/
H A Dtimelib.c61 t = timelib_calloc(1, sizeof(timelib_time)); in timelib_time_ctor()
101 t = timelib_calloc(1, sizeof(timelib_rel_time)); in timelib_rel_time_ctor()
133 t = timelib_calloc(1, sizeof(timelib_time_offset)); in timelib_time_offset_ctor()
H A Dparse_iso_intervals.re100 char *tmp = timelib_calloc(1, s->cur - s->tok + 1);
124 str = timelib_calloc(1, end - begin + 1);
H A Dtimelib.h320 # define timelib_calloc calloc macro
H A Dparse_iso_intervals.c102 char *tmp = timelib_calloc(1, s->cur - s->tok + 1); in timelib_string()
126 str = timelib_calloc(1, end - begin + 1); in timelib_get_nr()
H A Dparse_date.re439 char *tmp = timelib_calloc(1, s->cur - s->tok + 1);
466 str = timelib_calloc(1, end - begin + 1);
506 str = timelib_calloc(1, end - begin);
545 word = timelib_calloc(1, end - begin + 1);
578 word = timelib_calloc(1, end - begin + 1);
625 word = timelib_calloc(1, end - begin + 1);
721 word = timelib_calloc(1, end - begin + 1);
H A Dparse_tz.c488 t = timelib_calloc(1, sizeof(timelib_tzinfo)); in timelib_tzinfo_ctor()
H A Dparse_date.c441 char *tmp = timelib_calloc(1, s->cur - s->tok + 1); in timelib_string()
468 str = timelib_calloc(1, end - begin + 1); in timelib_get_nr_ex()
508 str = timelib_calloc(1, end - begin); in timelib_get_frac_nr()
547 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_relative_text()
580 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_month()
627 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_relunit()
723 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_abbr()

Completed in 82 milliseconds