All Samples(15306) | Call(14688) | Derive(0) | Import(618)
Unpack the string containing packed C structure data, according to fmt. Requires len(string) == calcsize(fmt).
All Samples(15216) | Call(14737) | Derive(0) | Import(479)
Return string containing values v1, v2, ... packed according to fmt.
All Samples(3405) | Call(3090) | Derive(0) | Import(315)
Return size of C struct described by format string fmt.
All Samples(760) | Call(739) | Derive(0) | Import(21)
Unpack the buffer, containing packed C structure data, according to fmt, starting at offset. Requires len(buffer[offset:]) >= calcsize(fmt).
All Samples(41) | Call(39) | Derive(0) | Import(2)
Pack the values v1, v2, ... according to fmt. Write the packed bytes into the writable buffer buf starting at offset.
All Samples(0) | Call(0) | Derive(0) | Import(0)
No Document.