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

/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c281 z_stream *z_input, *z_output; local
302 z_input = mm_calloc(sizeof(*z_input), 1);
303 r = inflateInit(z_input);
310 NULL, BEV_OPT_CLOSE_ON_FREE, zlib_inflate_free, z_input);

Completed in 1684 milliseconds