Searched defs:deflate_filter_config (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_deflate.c73 } deflate_filter_config; typedef in typeref:struct:deflate_filter_config_t
212 deflate_filter_config *c = apr_pcalloc(p, sizeof *c);
234 deflate_filter_config *c = ap_get_module_config(cmd->server->module_config,
251 deflate_filter_config *c = ap_get_module_config(cmd->server->module_config,
266 deflate_filter_config *c = ap_get_module_config(cmd->server->module_config,
291 deflate_filter_config *c = ap_get_module_config(cmd->server->module_config,
308 deflate_filter_config *c = ap_get_module_config(cmd->server->module_config,
331 deflate_filter_config *c = ap_get_module_config(cmd->server->module_config,
421 static void consume_buffer(deflate_ctx *ctx, deflate_filter_config *c,
443 static int flush_libz_buffer(deflate_ctx *ctx, deflate_filter_config *
[all...]

Completed in 12 milliseconds