Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Dparse_date.c95 #define timelib_string_free timelib_free macro
97 …dd_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); timelib_string_free(str); retur…
99 …dd_error(s, TIMELIB_ERR_DOUBLE_DATE, "Double date specification"); timelib_string_free(str); retur…
104 …rning(s, TIMELIB_WARN_DOUBLE_TZ, "Double timezone specification"); timelib_string_free(str); s->ti…
107 #define TIMELIB_DEINIT timelib_string_free(str)
H A Dparse_date.re93 #define timelib_string_free timelib_free
95 …dd_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); timelib_string_free(str); retur…
97 …dd_error(s, TIMELIB_ERR_DOUBLE_DATE, "Double date specification"); timelib_string_free(str); retur…
102 …rning(s, TIMELIB_WARN_DOUBLE_TZ, "Double timezone specification"); timelib_string_free(str); s->ti…
105 #define TIMELIB_DEINIT timelib_string_free(str)
H A Dparse_iso_intervals.c62 #define timelib_string_free timelib_free macro
65 #define TIMELIB_DEINIT timelib_string_free(str)
H A Dparse_iso_intervals.re60 #define timelib_string_free timelib_free
63 #define TIMELIB_DEINIT timelib_string_free(str)

Completed in 49 milliseconds