Home
last modified time | relevance | path

Searched refs:get_int32 (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/compress/
Dgzopen.c94 static u_int32_t get_int32(gz_stream *);
288 get_int32(gz_stream *s) in get_int32() function
327 s->z_time = get_int32(s); in get_header()
447 if (get_int32(s) != s->z_crc) { in gz_read()
451 if (get_int32(s) != (u_int32_t)s->z_stream.total_out) { in gz_read()