Searched refs:ngx_http_gzip_quantity (Results 1 – 1 of 1) sorted by relevance
76 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