HomeSort by: relevance | last modified time | path
    Searched defs:z_input (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
regress_zlib.c 284 z_stream *z_input, *z_output; local
305 z_input = mm_calloc(sizeof(*z_input), 1);
306 r = inflateInit(z_input);
313 NULL, BEV_OPT_CLOSE_ON_FREE, zlib_inflate_free, z_input);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_zlib.c 283 z_stream *z_input, *z_output; local
304 z_input = mm_calloc(sizeof(*z_input), 1);
305 r = inflateInit(z_input);
312 NULL, BEV_OPT_CLOSE_ON_FREE, zlib_inflate_free, z_input);

Completed in 19 milliseconds