Home
last modified time | relevance | path

Searched refs:lws_header_table_attach (Results 1 - 8 of 8) sorted by relevance

/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c376 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 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/
H A Dadopt.c605 if (wsi->http.ah || !lws_header_table_attach(wsi, 0)) { in adopt_socket_readbuf()
H A Dclose.c951 if (lws_header_table_attach(wsi, 0)) { in __lws_close_free_wsi_final()
H A Dprivate-lib-core-net.h1060 lws_header_table_attach(struct lws *wsi, int autoservice);
/third_party/libwebsockets/lib/roles/http/
H A Dparsers.c207 lws_header_table_attach(struct lws *wsi, int autoservice) in lws_header_table_attach() function
/third_party/libwebsockets/lib/roles/h2/
H A Dhttp2.c1324 if (lws_header_table_attach(h2n->swsi, 0)) {
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c2713 if (lws_header_table_attach(wsi, 0)) in lws_http_transaction_completed()

Completed in 14 milliseconds