Home
last modified time | relevance | path

Searched refs:ngx_http_log_gzip_alloc (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c107 static void *ngx_http_log_gzip_alloc(void *opaque, u_int items, u_int size);
623 zstream.zalloc = ngx_http_log_gzip_alloc; in ngx_http_log_gzip()
694 ngx_http_log_gzip_alloc(void *opaque, u_int items, u_int size) in ngx_http_log_gzip_alloc() function