Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/lib/
H A Dtimelib.c64 t = timelib_calloc(1, sizeof(timelib_time)); in timelib_time_ctor()
104 t = timelib_calloc(1, sizeof(timelib_rel_time)); in timelib_rel_time_ctor()
136 t = timelib_calloc(1, sizeof(timelib_time_offset)); in timelib_time_offset_ctor()
H A Dparse_posix.c293 tmp = timelib_calloc(1, sizeof(timelib_posix_trans_info)); in timelib_posix_trans_info_ctor()
325 timelib_posix_str *tmp = timelib_calloc(1, sizeof(timelib_posix_str)); in timelib_parse_posix_str()
H A Dparse_tz.c257 tz->type = (ttinfo*) timelib_calloc(1, (tz->bit64.typecnt + 2) * sizeof(ttinfo)); in read_64bit_types()
370 tz->posix_string = timelib_calloc(1, *tzf - begin + 1); in read_posix_string()
476 char *tmp = timelib_calloc(1, 64); in format_ut_time()
493 char *tmp = timelib_calloc(1, 64); in format_offset_type()
656 t = timelib_calloc(1, sizeof(timelib_tzinfo)); in timelib_tzinfo_ctor()
H A Dparse_iso_intervals.re100 char *tmp = timelib_calloc(1, s->cur - s->tok + 1);
125 str = timelib_calloc(1, end - begin + 1);
H A Dparse_iso_intervals.c102 char *tmp = timelib_calloc(1, s->cur - s->tok + 1); in timelib_string()
127 str = timelib_calloc(1, end - begin + 1); in timelib_get_nr()
H A Dparse_date.re469 char *tmp = timelib_calloc(1, s->cur - s->tok + 1);
498 str = timelib_calloc(1, end - begin + 1);
537 str = timelib_calloc(1, end - begin);
550 str = timelib_calloc(1, max_length + 2); // for sign and \0
608 word = timelib_calloc(1, end - begin + 1);
641 word = timelib_calloc(1, end - begin + 1);
700 word = timelib_calloc(1, end - begin + 1);
823 word = timelib_calloc(1, end - begin + 1);
H A Dtimelib.h367 # define timelib_calloc calloc macro
H A Dparse_date.c471 char *tmp = timelib_calloc(1, s->cur - s->tok + 1); in timelib_string()
500 str = timelib_calloc(1, end - begin + 1); in timelib_get_nr_ex()
539 str = timelib_calloc(1, end - begin); in timelib_get_frac_nr()
552 str = timelib_calloc(1, max_length + 2); // for sign and \0 in timelib_get_signed_nr()
610 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_relative_text()
643 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_month()
702 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_relunit()
825 word = timelib_calloc(1, end - begin + 1); in timelib_lookup_abbr()
/PHP-8.2/ext/date/
H A Dconfig.w3216 tl_config.WriteLine("#define timelib_calloc ecalloc");
H A Dconfig0.m433 #define timelib_calloc ecalloc

Completed in 50 milliseconds