Lines Matching refs:tz_not_found
848 static timelib_long timelib_parse_tz_cor(const char **ptr, int *tz_not_found) in timelib_parse_tz_cor() argument
853 *tz_not_found = 1; in timelib_parse_tz_cor()
862 *tz_not_found = 0; in timelib_parse_tz_cor()
868 *tz_not_found = 0; in timelib_parse_tz_cor()
872 *tz_not_found = 0; in timelib_parse_tz_cor()
876 *tz_not_found = 0; in timelib_parse_tz_cor()
886 *tz_not_found = 0; in timelib_parse_tz_cor()
891 *tz_not_found = 0; in timelib_parse_tz_cor()
901 *tz_not_found = 0; in timelib_parse_tz_cor()
940 timelib_long timelib_parse_zone(const char **ptr, int *dst, timelib_time *t, int *tz_not_found, con… in timelib_parse_zone() argument
945 *tz_not_found = 0; in timelib_parse_zone()
959 retval = timelib_parse_tz_cor(ptr, tz_not_found); in timelib_parse_zone()
966 retval = -1 * timelib_parse_tz_cor(ptr, tz_not_found); in timelib_parse_zone()
993 *tz_not_found = (found == 0); in timelib_parse_zone()
1782 int tz_not_found; in scan() local
1787 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
1788 if (tz_not_found) { in scan()
5878 int tz_not_found; in scan() local
5895 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
5896 if (tz_not_found) { in scan()
17242 int tz_not_found; in scan() local
17251 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
17252 if (tz_not_found) { in scan()
18489 int tz_not_found; in scan() local
18508 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
18509 if (tz_not_found) { in scan()
24194 int tz_not_found; in scan() local
24208 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
24209 if (tz_not_found) { in scan()
24589 int tz_not_found; in scan() local
24603 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
24604 if (tz_not_found) { in scan()
25410 int tz_not_found; in timelib_parse_from_format_with_map() local
25412 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in timelib_parse_from_format_with_map()
25413 if (tz_not_found) { in timelib_parse_from_format_with_map()