Home
last modified time | relevance | path

Searched refs:ah_list (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/lib/core/
Dcontext.c576 context->pt[n].http.ah_list = NULL; in lws_create_context()
963 while (pt->http.ah_list) in lws_context_destroy3()
964 _lws_destroy_ah(pt, pt->http.ah_list); in lws_context_destroy3()
1054 while (pt->http.ah_list) in lws_context_destroy2()
1055 _lws_destroy_ah(pt, pt->http.ah_list); in lws_context_destroy2()
/external/libwebsockets/lib/roles/http/
Dheader.c566 ah = pt->http.ah_list; in lws_sul_http_ah_lifecheck()
629 ah = pt->http.ah_list; in lws_sul_http_ah_lifecheck()
Dprivate-lib-roles-http.h177 struct allocated_headers *ah_list; member
Dparsers.c56 ah->next = pt->http.ah_list; in _lws_create_ah()
57 pt->http.ah_list = ah; in _lws_create_ah()
70 lws_start_foreach_llp(struct allocated_headers **, a, pt->http.ah_list) { in _lws_destroy_ah()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c866 ah = pt->http.ah_list; in rops_destroy_role_h1()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c617 ah = pt->http.ah_list; in rops_destroy_role_h2()