Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_static_module.c113 rc = ngx_http_gzip_ok(r); in ngx_http_gzip_static_handler()
H A Dngx_http_gunzip_filter_module.c144 if (ngx_http_gzip_ok(r) == NGX_OK) { in ngx_http_gunzip_header_filter()
H A Dngx_http_gzip_filter_module.c278 if (ngx_http_gzip_ok(r) != NGX_OK) { in ngx_http_gzip_header_filter()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h500 ngx_int_t ngx_http_gzip_ok(ngx_http_request_t *r);
H A Dngx_http_core_module.c1938 ngx_http_gzip_ok(ngx_http_request_t *r) in ngx_http_gzip_ok() function