Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
DREADME.md76 [2020/03/18 13:13:47:7720] I: lws_header_table_attach: wsi 0x5669090: ah (nil) (tsi 0, count = 0) in
78 [2020/03/18 13:13:47:7735] I: lws_header_table_attach: did attach wsi 0x5669090: ah 0x5669620: coun…
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c374 if (!wsi->http.ah && lws_header_table_attach(wsi, 0)) { in lws_h1_server_socket_service()
914 if (!lws_header_table_attach(wsi, 0)) in rops_adoption_bind_h1()
1008 if (lws_header_table_attach(wsi, 0) in rops_client_bind_h1()
/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c250 if (lws_header_table_attach(wsi, 0) < 0) in rops_client_bind_mqtt()
257 if (lws_header_table_attach(wsi, 0)) in rops_client_bind_mqtt()
/third_party/libwebsockets/lib/core-net/
Dadopt.c605 if (wsi->http.ah || !lws_header_table_attach(wsi, 0)) { in adopt_socket_readbuf()
Dclose.c951 if (lws_header_table_attach(wsi, 0)) { in __lws_close_free_wsi_final()
Dprivate-lib-core-net.h1060 lws_header_table_attach(struct lws *wsi, int autoservice);
/third_party/libwebsockets/lib/roles/http/
Dparsers.c207 lws_header_table_attach(struct lws *wsi, int autoservice) in lws_header_table_attach() function
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c1318 if (lws_header_table_attach(h2n->swsi, 0)) { in lws_h2_parse_frame_header()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2702 if (lws_header_table_attach(wsi, 0)) in lws_http_transaction_completed()