Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c106 static void *ngx_stream_log_gzip_alloc(void *opaque, u_int items, u_int size);
514 zstream.zalloc = ngx_stream_log_gzip_alloc; in ngx_stream_log_gzip()
585 ngx_stream_log_gzip_alloc(void *opaque, u_int items, u_int size) in ngx_stream_log_gzip_alloc() function