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/ |
D | README.md | 76 [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/ |
D | ops-h1.c | 374 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/ |
D | ops-mqtt.c | 250 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/ |
D | adopt.c | 605 if (wsi->http.ah || !lws_header_table_attach(wsi, 0)) { in adopt_socket_readbuf()
|
D | close.c | 951 if (lws_header_table_attach(wsi, 0)) { in __lws_close_free_wsi_final()
|
D | private-lib-core-net.h | 1060 lws_header_table_attach(struct lws *wsi, int autoservice);
|
/third_party/libwebsockets/lib/roles/http/ |
D | parsers.c | 207 lws_header_table_attach(struct lws *wsi, int autoservice) in lws_header_table_attach() function
|
/third_party/libwebsockets/lib/roles/h2/ |
D | http2.c | 1318 if (lws_header_table_attach(h2n->swsi, 0)) { in lws_h2_parse_frame_header()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 2702 if (lws_header_table_attach(wsi, 0)) in lws_http_transaction_completed()
|