Searched refs:lws_header_table_attach (Results 1 - 8 of 8) sorted by relevance
/third_party/libwebsockets/lib/roles/h1/ |
H A D | ops-h1.c | 376 if (!wsi->http.ah && lws_header_table_attach(wsi, 0)) { in lws_h1_server_socket_service() 916 if (!lws_header_table_attach(wsi, 0)) in rops_adoption_bind_h1() 1010 if (lws_header_table_attach(wsi, 0) in rops_client_bind_h1()
|
/third_party/libwebsockets/lib/roles/mqtt/ |
H A 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/ |
H A D | adopt.c | 605 if (wsi->http.ah || !lws_header_table_attach(wsi, 0)) { in adopt_socket_readbuf()
|
H A D | close.c | 951 if (lws_header_table_attach(wsi, 0)) { in __lws_close_free_wsi_final()
|
H A D | private-lib-core-net.h | 1060 lws_header_table_attach(struct lws *wsi, int autoservice);
|
/third_party/libwebsockets/lib/roles/http/ |
H A 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/ |
H A D | http2.c | 1324 if (lws_header_table_attach(h2n->swsi, 0)) {
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 2713 if (lws_header_table_attach(wsi, 0)) in lws_http_transaction_completed()
|
Completed in 14 milliseconds