Home
last modified time | relevance | path

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

/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/v2/
H A Dngx_http_v2_module.c310 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_create_srv_conf() local
312 h2scf = ngx_pcalloc(cf->pool, sizeof(ngx_http_v2_srv_conf_t)); in ngx_http_v2_create_srv_conf()
313 if (h2scf == NULL) { in ngx_http_v2_create_srv_conf()
317 h2scf->pool_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
319 h2scf->concurrent_streams = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
320 h2scf->concurrent_pushes = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
322 h2scf->preread_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
324 h2scf->streams_index_mask = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
326 return h2scf; in ngx_http_v2_create_srv_conf()
H A Dngx_http_v2.c136 #define ngx_http_v2_index_size(h2scf) (h2scf->streams_index_mask + 1) argument
137 #define ngx_http_v2_index(h2scf, sid) ((sid >> 1) & h2scf->streams_index_mask) argument
238 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_init() local
1101 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_read_data() local
1203 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_headers() local
2210 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_settings_params() local
2897 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_send_settings() local
3318 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_node_by_id() local
3363 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_closed_node() local
4745 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_finalize_connection() local
[all …]
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2_module.c310 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_create_srv_conf() local
312 h2scf = ngx_pcalloc(cf->pool, sizeof(ngx_http_v2_srv_conf_t)); in ngx_http_v2_create_srv_conf()
313 if (h2scf == NULL) { in ngx_http_v2_create_srv_conf()
317 h2scf->pool_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
319 h2scf->concurrent_streams = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
320 h2scf->concurrent_pushes = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
322 h2scf->preread_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
324 h2scf->streams_index_mask = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
326 return h2scf; in ngx_http_v2_create_srv_conf()
H A Dngx_http_v2.c136 #define ngx_http_v2_index_size(h2scf) (h2scf->streams_index_mask + 1) argument
137 #define ngx_http_v2_index(h2scf, sid) ((sid >> 1) & h2scf->streams_index_mask) argument
238 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_init() local
1101 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_read_data() local
1203 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_headers() local
2210 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_settings_params() local
2897 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_send_settings() local
3318 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_node_by_id() local
3363 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_closed_node() local
4745 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_finalize_connection() local
[all …]
/dports/www/nginx-lite/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2_module.c310 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_create_srv_conf() local
312 h2scf = ngx_pcalloc(cf->pool, sizeof(ngx_http_v2_srv_conf_t)); in ngx_http_v2_create_srv_conf()
313 if (h2scf == NULL) { in ngx_http_v2_create_srv_conf()
317 h2scf->pool_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
319 h2scf->concurrent_streams = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
320 h2scf->concurrent_pushes = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
322 h2scf->preread_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
324 h2scf->streams_index_mask = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
326 return h2scf; in ngx_http_v2_create_srv_conf()
H A Dngx_http_v2.c136 #define ngx_http_v2_index_size(h2scf) (h2scf->streams_index_mask + 1) argument
137 #define ngx_http_v2_index(h2scf, sid) ((sid >> 1) & h2scf->streams_index_mask) argument
238 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_init() local
1101 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_read_data() local
1203 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_headers() local
2210 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_settings_params() local
2897 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_send_settings() local
3318 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_node_by_id() local
3363 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_closed_node() local
4745 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_finalize_connection() local
[all …]
/dports/www/nginx/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2_module.c310 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_create_srv_conf() local
312 h2scf = ngx_pcalloc(cf->pool, sizeof(ngx_http_v2_srv_conf_t)); in ngx_http_v2_create_srv_conf()
313 if (h2scf == NULL) { in ngx_http_v2_create_srv_conf()
317 h2scf->pool_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
319 h2scf->concurrent_streams = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
320 h2scf->concurrent_pushes = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
322 h2scf->preread_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
324 h2scf->streams_index_mask = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
326 return h2scf; in ngx_http_v2_create_srv_conf()
H A Dngx_http_v2.c136 #define ngx_http_v2_index_size(h2scf) (h2scf->streams_index_mask + 1) argument
137 #define ngx_http_v2_index(h2scf, sid) ((sid >> 1) & h2scf->streams_index_mask) argument
238 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_init() local
1101 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_read_data() local
1203 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_headers() local
2210 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_settings_params() local
2897 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_send_settings() local
3318 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_node_by_id() local
3363 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_closed_node() local
4745 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_finalize_connection() local
[all …]
/dports/www/nginx-full/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2_module.c310 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_create_srv_conf() local
312 h2scf = ngx_pcalloc(cf->pool, sizeof(ngx_http_v2_srv_conf_t)); in ngx_http_v2_create_srv_conf()
313 if (h2scf == NULL) { in ngx_http_v2_create_srv_conf()
317 h2scf->pool_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
319 h2scf->concurrent_streams = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
320 h2scf->concurrent_pushes = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
322 h2scf->preread_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
324 h2scf->streams_index_mask = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
326 return h2scf; in ngx_http_v2_create_srv_conf()
H A Dngx_http_v2.c136 #define ngx_http_v2_index_size(h2scf) (h2scf->streams_index_mask + 1) argument
137 #define ngx_http_v2_index(h2scf, sid) ((sid >> 1) & h2scf->streams_index_mask) argument
238 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_init() local
1101 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_read_data() local
1203 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_headers() local
2210 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_settings_params() local
2897 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_send_settings() local
3318 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_node_by_id() local
3363 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_closed_node() local
4745 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_finalize_connection() local
[all …]
/dports/www/nginx-devel/nginx-1.21.5/src/http/v2/
H A Dngx_http_v2_module.c310 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_create_srv_conf() local
312 h2scf = ngx_pcalloc(cf->pool, sizeof(ngx_http_v2_srv_conf_t)); in ngx_http_v2_create_srv_conf()
313 if (h2scf == NULL) { in ngx_http_v2_create_srv_conf()
317 h2scf->pool_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
319 h2scf->concurrent_streams = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
320 h2scf->concurrent_pushes = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
322 h2scf->preread_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
324 h2scf->streams_index_mask = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
326 return h2scf; in ngx_http_v2_create_srv_conf()
H A Dngx_http_v2.c136 #define ngx_http_v2_index_size(h2scf) (h2scf->streams_index_mask + 1) argument
137 #define ngx_http_v2_index(h2scf, sid) ((sid >> 1) & h2scf->streams_index_mask) argument
238 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_init() local
1101 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_read_data() local
1204 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_headers() local
2211 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_settings_params() local
2898 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_send_settings() local
3319 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_node_by_id() local
3364 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_closed_node() local
4879 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_finalize_connection() local
[all …]