Home
last modified time | relevance | path

Searched refs:allocated_headers (Results 1 – 9 of 9) sorted by relevance

/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h104 struct allocated_headers { struct
105 struct allocated_headers *next; /* linked list */ argument
179 struct allocated_headers *ah_list;
230 struct allocated_headers *ah;
320 _lws_header_table_reset(struct allocated_headers *ah);
323 _lws_destroy_ah(struct lws_context_per_thread *pt, struct allocated_headers *ah);
Dparsers.c42 static struct allocated_headers *
45 struct allocated_headers *ah = lws_zalloc(sizeof(*ah), "ah struct"); in _lws_create_ah()
68 _lws_destroy_ah(struct lws_context_per_thread *pt, struct allocated_headers *ah) in _lws_destroy_ah()
70 lws_start_foreach_llp(struct allocated_headers **, a, pt->http.ah_list) { in _lws_destroy_ah()
89 _lws_header_table_reset(struct allocated_headers *ah) in _lws_header_table_reset()
111 struct allocated_headers *ah = wsi->http.ah; in __lws_header_table_reset()
309 struct allocated_headers *ah = wsi->http.ah; in __lws_header_table_detach()
796 struct allocated_headers *ah = wsi->http.ah; in lws_parse_urldecode()
1020 struct allocated_headers *ah = wsi->http.ah; in lws_parse()
Dheader.c582 struct allocated_headers *ah; in lws_sul_http_ah_lifecheck()
/third_party/libwebsockets/lib/roles/h2/
Dhpack.c208 struct allocated_headers *ah = wsi->http.ah; in lws_frag_start()
275 struct allocated_headers *ah = wsi->http.ah; in lws_frag_append()
299 struct allocated_headers *ah = wsi->http.ah; in lws_hdr_extant()
828 struct allocated_headers *ah = wsi->http.ah; in lws_hpack_interpret()
Dops-h2.c644 struct allocated_headers *ah; in rops_destroy_role_h2()
1274 struct allocated_headers *ah; in rops_alpn_negotiated_h2()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c872 struct allocated_headers *ah; in rops_destroy_role_h1()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c596 struct allocated_headers *ah, *ah1; in lws_client_interpret_server_handshake()
/third_party/libwebsockets/lib/core/
Dcontext.c1190 (long)sizeof(struct allocated_headers), in lws_create_context()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2188 struct allocated_headers *ah; in lws_handshake_server()