Home
last modified time | relevance | path

Searched refs:timelib_string_free (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re58 #define timelib_string_free timelib_free
61 #define TIMELIB_DEINIT timelib_string_free(str)
H A Dparse_iso_intervals.c60 #define timelib_string_free timelib_free macro
63 #define TIMELIB_DEINIT timelib_string_free(str)
H A Dparse_date.re92 #define timelib_string_free timelib_free
94 …dd_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); timelib_string_free(str); retur…
96 …dd_error(s, TIMELIB_ERR_DOUBLE_DATE, "Double date specification"); timelib_string_free(str); retur…
101 …rning(s, TIMELIB_WARN_DOUBLE_TZ, "Double timezone specification"); timelib_string_free(str); s->ti…
104 #define TIMELIB_DEINIT timelib_string_free(str)
H A Dparse_date.c94 #define timelib_string_free timelib_free macro
96 …dd_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); timelib_string_free(str); retur…
98 …dd_error(s, TIMELIB_ERR_DOUBLE_DATE, "Double date specification"); timelib_string_free(str); retur…
103 …rning(s, TIMELIB_WARN_DOUBLE_TZ, "Double timezone specification"); timelib_string_free(str); s->ti…
106 #define TIMELIB_DEINIT timelib_string_free(str)

Completed in 55 milliseconds