Home
last modified time | relevance | path

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

/external/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…
/external/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c251 if (lws_header_table_attach(wsi, 0) < 0) in rops_client_bind_mqtt()
258 if (lws_header_table_attach(wsi, 0)) in rops_client_bind_mqtt()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c346 if (!wsi->http.ah && lws_header_table_attach(wsi, 0)) { in lws_h1_server_socket_service()
901 if (!lws_header_table_attach(wsi, 0)) in rops_adoption_bind_h1()
976 if (lws_header_table_attach(wsi, 0) in rops_client_bind_h1()
/external/libwebsockets/lib/core-net/
Dadopt.c425 if (wsi->http.ah || !lws_header_table_attach(wsi, 0)) { in adopt_socket_readbuf()
Dprivate-lib-core-net.h1012 lws_header_table_attach(struct lws *wsi, int autoservice);
/external/libwebsockets/lib/roles/http/client/
Dclient-handshake.c1185 if (lws_header_table_attach(wsi, 0)) {
/external/libwebsockets/lib/roles/http/
Dparsers.c207 lws_header_table_attach(struct lws *wsi, int autoservice) in lws_header_table_attach() function
/external/libwebsockets/lib/roles/h2/
Dhttp2.c1234 if (lws_header_table_attach(h2n->swsi, 0)) { in lws_h2_parse_frame_header()
/external/libwebsockets/lib/roles/http/server/
Dserver.c2450 if (lws_header_table_attach(wsi, 0)) in lws_http_transaction_completed()