Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dparse_tz.c370 tz->posix_string = timelib_calloc(1, *tzf - begin + 1); in read_posix_string()
371 memcpy(tz->posix_string, begin, *tzf - begin); in read_posix_string()
421 tz->posix_info = timelib_parse_posix_str(tz->posix_string); in integrate_posix_string()
556 if (!tz->posix_string) { in timelib_dump_tzinfo()
561 if (strcmp("", tz->posix_string) == 0) { in timelib_dump_tzinfo()
566 printf("\n%43sPOSIX string: %s\n", "", tz->posix_string); in timelib_dump_tzinfo()
707 if (strcmp("", tmp->posix_string) == 0) { in timelib_parse_tzfile()
737 TIMELIB_TIME_FREE(tz->posix_string); in timelib_tzinfo_dtor()
779 if (tz->posix_string) { in timelib_tzinfo_clone()
780 tmp->posix_string = timelib_strdup(tz->posix_string); in timelib_tzinfo_clone()
H A Dtimelib.h219 char *posix_string; member

Completed in 10 milliseconds