Home
last modified time | relevance | path

Searched refs:ah_count_in_use (Results 1 – 6 of 6) 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 == context->max_http_header_pool; in lws_header_table_attach()
269 pt->http.ah_count_in_use++; in lws_header_table_attach()
282 (void *)wsi, (void *)wsi->http.ah, pt->http.ah_count_in_use); in lws_header_table_attach()
325 pt->http.ah_count_in_use); in __lws_header_table_detach()
342 assert(pt->http.ah_count_in_use > 0); in __lws_header_table_detach()
440 (void *)wsi, (void *)ah, pt->tid, pt->http.ah_count_in_use); in __lws_header_table_detach()
447 pt->http.ah_count_in_use--; in __lws_header_table_detach()
Dprivate-lib-roles-http.h185 int ah_count_in_use; member
/external/libwebsockets/lib/core-net/
Dstats.c190 pt->http.ah_count_in_use, in lws_stats_log_dump()
Dserver.c251 pt->http.ah_count_in_use, in lws_json_dump_context()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c873 pt->http.ah_count_in_use--; in rops_destroy_role_h1()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c624 pt->http.ah_count_in_use--; in rops_destroy_role_h2()