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

/httpd/modules/filters/
H A Dmod_deflate.c444 int (*libz_func)(z_streamp, int), int flush,
460 zRC = libz_func(&ctx->stream, flush);
464 * When we call libz_func we can assume that
471 * buffers are now empty and thus we called libz_func one time
443 flush_libz_buffer(deflate_ctx *ctx, deflate_filter_config *c, int (*libz_func)(z_streamp, int), int flush, int crc) argument

Completed in 17 milliseconds