Home
last modified time | relevance | path

Searched refs:ah_count_in_use (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/roles/http/
Dparsers.c221 pt->http.ah_count_in_use); in lws_header_table_attach()
237 n = pt->http.ah_count_in_use == (int)context->max_http_header_pool; in lws_header_table_attach()
266 pt->http.ah_count_in_use++; in lws_header_table_attach()
279 lws_wsi_tag(wsi), (void *)wsi->http.ah, pt->http.ah_count_in_use); in lws_header_table_attach()
322 pt->http.ah_count_in_use); in __lws_header_table_detach()
340 assert(pt->http.ah_count_in_use > 0); in __lws_header_table_detach()
433 lws_wsi_tag(wsi), (void *)ah, pt->tid, pt->http.ah_count_in_use); in __lws_header_table_detach()
440 pt->http.ah_count_in_use--; in __lws_header_table_detach()
Dprivate-lib-roles-http.h187 int ah_count_in_use; member
/external/libwebsockets/lib/roles/h1/
Dops-h1.c886 pt->http.ah_count_in_use--; in rops_destroy_role_h1()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c657 pt->http.ah_count_in_use--; in rops_destroy_role_h2()