Searched refs:max_http_header_pool (Results 1 – 6 of 6) sorted by relevance
1037 if (info->max_http_header_pool) in lws_create_context()1038 context->max_http_header_pool = info->max_http_header_pool; in lws_create_context()1041 context->max_http_header_pool = in lws_create_context()1044 context->max_http_header_pool = context->max_fds; in lws_create_context()1191 context->max_http_header_pool); in lws_create_context()
702 unsigned int max_http_header_pool; member
181 info.max_http_header_pool = 1; in main()
301 info.max_http_header_pool = 1; in main()
363 unsigned short max_http_header_pool; member
237 n = pt->http.ah_count_in_use == (int)context->max_http_header_pool; in lws_header_table_attach()