Searched refs:tzh_version (Results 1 – 16 of 16) sorted by relevance
211 byte tzh_version = it.readByte(); in skipOver32BitData()212 checkTzifVersionAcceptable(id, tzh_version); in skipOver32BitData()264 byte tzh_version = it.readByte(); in read64BitData()265 checkTzifVersionAcceptable(id, tzh_version); in read64BitData()336 private static void checkTzifVersionAcceptable(String id, byte tzh_version) throws IOException { in checkTzifVersionAcceptable() argument337 char tzh_version_char = (char) tzh_version; in checkTzifVersionAcceptable()344 + "\' (" + tzh_version + ")"); in checkTzifVersionAcceptable()
46 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */ member
399 if (tzh.tzh_version[0] != '\0') { in Load()406 if (tzh.tzh_version[0] == '\0') return false; in Load()488 if (tzh.tzh_version[0] != '\0') { in Load()
404 if (tzh.tzh_version[0] != '\0') { in Load()411 if (tzh.tzh_version[0] == '\0') return false; in Load()491 if (tzh.tzh_version[0] != '\0') { in Load()
42 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */ member
1863 tzh.tzh_version[0] = version; in writezone()1871 DO(tzh_version); in writezone()
504 if (up->tzhead.tzh_version[0] == '\0') in tzload()