Lines Matching refs:tz_not_found

755 static timelib_long timelib_parse_tz_cor(const char **ptr, int *tz_not_found)  in timelib_parse_tz_cor()  argument
760 *tz_not_found = 1; in timelib_parse_tz_cor()
769 *tz_not_found = 0; in timelib_parse_tz_cor()
775 *tz_not_found = 0; in timelib_parse_tz_cor()
779 *tz_not_found = 0; in timelib_parse_tz_cor()
783 *tz_not_found = 0; in timelib_parse_tz_cor()
793 *tz_not_found = 0; in timelib_parse_tz_cor()
831 timelib_long timelib_parse_zone(const char **ptr, int *dst, timelib_time *t, int *tz_not_found, con… in timelib_parse_zone() argument
836 *tz_not_found = 0; in timelib_parse_zone()
850 retval = timelib_parse_tz_cor(ptr, tz_not_found); in timelib_parse_zone()
857 retval = -1 * timelib_parse_tz_cor(ptr, tz_not_found); in timelib_parse_zone()
883 *tz_not_found = (found == 0); in timelib_parse_zone()
1055 int tz_not_found; in scan() local
1059 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
1060 if (tz_not_found) { in scan()
4915 int tz_not_found; in scan() local
4934 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
4935 if (tz_not_found) { in scan()
9496 int tz_not_found; in scan() local
9511 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
9512 if (tz_not_found) { in scan()
11777 int tz_not_found; in scan() local
11788 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
11789 if (tz_not_found) { in scan()
13258 int tz_not_found; in scan() local
13272 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
13273 if (tz_not_found) { in scan()
15737 int tz_not_found; in scan() local
15746 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
15747 if (tz_not_found) { in scan()
25646 int tz_not_found; in timelib_parse_from_format_with_map() local
25648 …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()
25649 if (tz_not_found) { in timelib_parse_from_format_with_map()