Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c23 size_t postpone_gzipping; member
180 offsetof(ngx_http_gzip_conf_t, postpone_gzipping),
294 ctx->buffering = (conf->postpone_gzipping != 0); in ngx_http_gzip_header_filter()
591 if (b->flush || b->last_buf || buffered > conf->postpone_gzipping) { in ngx_http_gzip_filter_buffer()
1173 conf->postpone_gzipping = NGX_CONF_UNSET_SIZE; in ngx_http_gzip_create_conf()
1195 ngx_conf_merge_size_value(conf->postpone_gzipping, prev->postpone_gzipping, in ngx_http_gzip_merge_conf()
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim415 syn keyword ngxDirective contained postpone_gzipping