Searched refs:off_hh (Results 1 – 7 of 7) sorted by relevance
87 out->off_dir = out->off_hh = out->off_mm = out->ss = 0; in der_decode_utctime()95 DECODE_V(out->off_hh, 24); in der_decode_utctime()109 DECODE_V(out->off_hh, 24); in der_decode_utctime()
55 if (utctime->off_mm || utctime->off_hh) { in der_encode_utctime()57 STORE_V(utctime->off_hh); in der_encode_utctime()
23 if (utctime->off_hh == 0 && utctime->off_mm == 0) { in der_length_utctime()
82 if (gtime->off_mm || gtime->off_hh) { in der_encode_generalizedtime()84 STORE_V(gtime->off_hh); in der_encode_generalizedtime()
34 if (gtime->off_hh == 0 && gtime->off_mm == 0) { in der_length_generalizedtime()
128 DECODE_V(out->off_hh, 24); in der_decode_generalizedtime()
769 off_hh, /* timezone offset hours */ member791 off_hh, /* timezone offset hours */ member
Completed in 7 milliseconds