Lines Matching refs:tz_not_found

753 static timelib_long timelib_parse_tz_cor(const char **ptr, int *tz_not_found)
758 *tz_not_found = 1;
767 *tz_not_found = 0;
773 *tz_not_found = 0;
777 *tz_not_found = 0;
781 *tz_not_found = 0;
791 *tz_not_found = 0;
829 timelib_long timelib_parse_zone(const char **ptr, int *dst, timelib_time *t, int *tz_not_found, con…
834 *tz_not_found = 0;
848 retval = timelib_parse_tz_cor(ptr, tz_not_found);
855 retval = -1 * timelib_parse_tz_cor(ptr, tz_not_found);
881 *tz_not_found = (found == 0);
1256 int tz_not_found;
1271 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
1272 if (tz_not_found) {
1328 int tz_not_found;
1337 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
1338 if (tz_not_found) {
1537 int tz_not_found;
1551 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
1552 if (tz_not_found) {
1643 int tz_not_found;
1654 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
1655 if (tz_not_found) {
1763 int tz_not_found;
1767 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
1768 if (tz_not_found) {
1801 int tz_not_found;
1820 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
1821 if (tz_not_found) {
2416 int tz_not_found;
2418 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
2419 if (tz_not_found) {