Lines Matching defs:struct
14 import struct
871 struct.pack(
877 zonefile.write(struct.pack(f">{timecnt}{time_type}", *trans_times))
878 zonefile.write(struct.pack(f">{timecnt}B", *trans_idx))
881 zonefile.write(struct.pack(">lbb", *ttinfo))
886 zonefile.write(struct.pack(f"{isutcnt}b", *isutc))
887 zonefile.write(struct.pack(f"{isstdcnt}b", *isstd))
888 zonefile.write(struct.pack(f">{leapcnt}l", *leap_seconds))
931 out += struct.pack(">6l", 0, 0, 0, 0, 0, 0)
1893 isutcnt, isstdcnt, leapcnt, timecnt, typecnt, charcnt = struct.unpack(