Home
last modified time | relevance | path

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

/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/v2/
H A Dngx_http_v2_module.c166 offsetof(ngx_http_v2_loc_conf_t, push_preload),
370 h2lcf->push_preload = NGX_CONF_UNSET; in ngx_http_v2_create_loc_conf()
391 ngx_conf_merge_value(conf->push_preload, prev->push_preload, 0); in ngx_http_v2_merge_loc_conf()
H A Dngx_http_v2_module.h35 ngx_flag_t push_preload; member
H A Dngx_http_v2_filter_module.c723 if (!h2lcf->push_preload) { in ngx_http_v2_push_resources()
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2_module.c166 offsetof(ngx_http_v2_loc_conf_t, push_preload),
370 h2lcf->push_preload = NGX_CONF_UNSET; in ngx_http_v2_create_loc_conf()
391 ngx_conf_merge_value(conf->push_preload, prev->push_preload, 0); in ngx_http_v2_merge_loc_conf()
H A Dngx_http_v2_module.h35 ngx_flag_t push_preload; member
H A Dngx_http_v2_filter_module.c723 if (!h2lcf->push_preload) { in ngx_http_v2_push_resources()
/dports/www/nginx-lite/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2_module.c166 offsetof(ngx_http_v2_loc_conf_t, push_preload),
370 h2lcf->push_preload = NGX_CONF_UNSET; in ngx_http_v2_create_loc_conf()
391 ngx_conf_merge_value(conf->push_preload, prev->push_preload, 0); in ngx_http_v2_merge_loc_conf()
H A Dngx_http_v2_module.h35 ngx_flag_t push_preload; member
H A Dngx_http_v2_filter_module.c723 if (!h2lcf->push_preload) { in ngx_http_v2_push_resources()
/dports/www/nginx/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2_module.c166 offsetof(ngx_http_v2_loc_conf_t, push_preload),
370 h2lcf->push_preload = NGX_CONF_UNSET; in ngx_http_v2_create_loc_conf()
391 ngx_conf_merge_value(conf->push_preload, prev->push_preload, 0); in ngx_http_v2_merge_loc_conf()
H A Dngx_http_v2_module.h35 ngx_flag_t push_preload; member
H A Dngx_http_v2_filter_module.c723 if (!h2lcf->push_preload) { in ngx_http_v2_push_resources()
/dports/www/nginx-full/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2_module.c166 offsetof(ngx_http_v2_loc_conf_t, push_preload),
370 h2lcf->push_preload = NGX_CONF_UNSET; in ngx_http_v2_create_loc_conf()
391 ngx_conf_merge_value(conf->push_preload, prev->push_preload, 0); in ngx_http_v2_merge_loc_conf()
H A Dngx_http_v2_module.h35 ngx_flag_t push_preload; member
H A Dngx_http_v2_filter_module.c723 if (!h2lcf->push_preload) { in ngx_http_v2_push_resources()
/dports/www/nginx-devel/nginx-1.21.5/src/http/v2/
H A Dngx_http_v2_module.c166 offsetof(ngx_http_v2_loc_conf_t, push_preload),
370 h2lcf->push_preload = NGX_CONF_UNSET; in ngx_http_v2_create_loc_conf()
391 ngx_conf_merge_value(conf->push_preload, prev->push_preload, 0); in ngx_http_v2_merge_loc_conf()
H A Dngx_http_v2_module.h35 ngx_flag_t push_preload; member
H A Dngx_http_v2_filter_module.c723 if (!h2lcf->push_preload) { in ngx_http_v2_push_resources()
/dports/www/h2o-devel/h2o-dcc7134/lib/core/
H A Dconfigurator.c34 unsigned push_preload : 1; member
89 ctx->hostconf->http2.push_preload = self->vars->http2.push_preload; in on_core_exit()
525 self->vars->http2.push_preload = (int)on; in on_config_http2_push_preload()
1032 c->vars->http2.push_preload = 1; /* defaults to ON */ in h2o_configurator__init_core()
H A Dconfig.c40 hostconf->http2.push_preload = 1; /* enabled by default */ in create_hostconf()
/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h299 unsigned push_preload : 1; member
/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dconnection.c1763 if (!src_stream->req.hostconf->http2.push_preload || !conn->peer_settings.enable_push || in push_path()