Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c345 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_create_srv_conf() local
348 if (h2scf == NULL) { in ngx_http_v2_create_srv_conf()
352 h2scf->pool_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
355 h2scf->concurrent_pushes = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
356 h2scf->max_requests = NGX_CONF_UNSET_UINT; in ngx_http_v2_create_srv_conf()
358 h2scf->max_field_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
359 h2scf->max_header_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
361 h2scf->preread_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf()
365 h2scf->recv_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_v2_create_srv_conf()
366 h2scf->idle_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_v2_create_srv_conf()
[all …]
H A Dngx_http_v2.c134 #define ngx_http_v2_index_size(h2scf) (h2scf->streams_index_mask + 1) argument
135 #define ngx_http_v2_index(h2scf, sid) ((sid >> 1) & h2scf->streams_index_mask) argument
235 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_init() local
618 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_handle_connection() local
935 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_read_data() local
1017 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_headers() local
1305 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_field_len() local
3143 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_node_by_id() local
3188 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_closed_node() local
4566 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_finalize_connection() local
[all …]