Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h318 _lws_destroy_ah(struct lws_context_per_thread *pt, struct allocated_headers *ah);
Dparsers.c68 _lws_destroy_ah(struct lws_context_per_thread *pt, struct allocated_headers *ah) in _lws_destroy_ah() function
446 _lws_destroy_ah(pt, ah); in __lws_header_table_detach()
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
DREADME.md94 [2020/03/18 13:13:48:5175] I: _lws_destroy_ah: freed ah 0x5669620 : pool length 0
/external/libwebsockets/lib/core/
Dcontext.c964 _lws_destroy_ah(pt, pt->http.ah_list); in lws_context_destroy3()
1055 _lws_destroy_ah(pt, pt->http.ah_list); in lws_context_destroy2()