Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c76 static ngx_uint_t ngx_http_gzip_quantity(u_char *p, u_char *last);
2165 if (ngx_http_gzip_quantity(p, last) == 0) { in ngx_http_gzip_accept_encoding()
2174 ngx_http_gzip_quantity(u_char *p, u_char *last) in ngx_http_gzip_quantity() function