Home
last modified time | relevance | path

Searched refs:timelib_posix_str (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/date/lib/
H A Dparse_posix.c305 void timelib_posix_str_dtor(timelib_posix_str *ps) in timelib_posix_str_dtor()
323 timelib_posix_str* timelib_parse_posix_str(const char *posix) in timelib_parse_posix_str()
325 timelib_posix_str *tmp = timelib_calloc(1, sizeof(timelib_posix_str)); in timelib_parse_posix_str()
H A Dtimelib.h181 } timelib_posix_str; typedef
220 timelib_posix_str *posix_info;
1090 void timelib_posix_str_dtor(timelib_posix_str *ps);
1092 timelib_posix_str* timelib_parse_posix_str(const char *posix);

Completed in 10 milliseconds