Searched refs:h2scf (Results 1 – 2 of 2) sorted by relevance
345 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_create_srv_conf() local348 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 …]
134 #define ngx_http_v2_index_size(h2scf) (h2scf->streams_index_mask + 1) argument135 #define ngx_http_v2_index(h2scf, sid) ((sid >> 1) & h2scf->streams_index_mask) argument235 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_init() local618 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_handle_connection() local935 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_read_data() local1017 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_headers() local1305 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_state_field_len() local3143 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_node_by_id() local3188 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_get_closed_node() local4566 ngx_http_v2_srv_conf_t *h2scf; in ngx_http_v2_finalize_connection() local[all …]