Searched refs:off_hh (Results 1 – 7 of 7) sorted by relevance
94 out->off_dir = out->off_hh = out->off_mm = out->ss = 0; in der_decode_utctime()102 DECODE_V(out->off_hh, 24); in der_decode_utctime()116 DECODE_V(out->off_hh, 24); in der_decode_utctime()
62 if (utctime->off_mm || utctime->off_hh) { in der_encode_utctime()64 STORE_V(utctime->off_hh); in der_encode_utctime()
30 if (utctime->off_hh == 0 && utctime->off_mm == 0) { in der_length_utctime()
89 if (gtime->off_mm || gtime->off_hh) { in der_encode_generalizedtime()91 STORE_V(gtime->off_hh); in der_encode_generalizedtime()
41 if (gtime->off_hh == 0 && gtime->off_mm == 0) { in der_length_generalizedtime()
135 DECODE_V(out->off_hh, 24); in der_decode_generalizedtime()
761 off_hh, /* timezone offset hours */ member783 off_hh, /* timezone offset hours */ member
Completed in 13 milliseconds