Searched refs:lws_header_table_attach (Results 1 – 9 of 9) sorted by relevance
/external/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…
|
/external/libwebsockets/lib/roles/mqtt/ |
D | ops-mqtt.c | 251 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/ |
D | ops-h1.c | 346 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/ |
D | adopt.c | 425 if (wsi->http.ah || !lws_header_table_attach(wsi, 0)) { in adopt_socket_readbuf()
|
D | private-lib-core-net.h | 1012 lws_header_table_attach(struct lws *wsi, int autoservice);
|
/external/libwebsockets/lib/roles/http/client/ |
D | client-handshake.c | 1185 if (lws_header_table_attach(wsi, 0)) {
|
/external/libwebsockets/lib/roles/http/ |
D | parsers.c | 207 lws_header_table_attach(struct lws *wsi, int autoservice) in lws_header_table_attach() function
|
/external/libwebsockets/lib/roles/h2/ |
D | http2.c | 1234 if (lws_header_table_attach(h2n->swsi, 0)) { in lws_h2_parse_frame_header()
|
/external/libwebsockets/lib/roles/http/server/ |
D | server.c | 2450 if (lws_header_table_attach(wsi, 0)) in lws_http_transaction_completed()
|