Searched refs:o_stream_zlib_lsb_uint32 (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-compression/
H A Dostream-zlib.c57 static int o_stream_zlib_lsb_uint32(struct ostream *output, uint32_t num) function
78 if (o_stream_zlib_lsb_uint32(output, zstream->crc) < 0 ||
79 o_stream_zlib_lsb_uint32(output, zstream->bytes32) < 0) {

Completed in 372 milliseconds