/external/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 871 lws_close_free_wsi(w, LWS_CLOSE_STATUS_NOSTATUS, in rops_perform_user_POLLOUT_h2() 895 lws_close_free_wsi(w, LWS_CLOSE_STATUS_NOSTATUS, in rops_perform_user_POLLOUT_h2() 908 lws_close_free_wsi(w, LWS_CLOSE_STATUS_NOSTATUS, in rops_perform_user_POLLOUT_h2() 925 lws_close_free_wsi(w, LWS_CLOSE_STATUS_NOSTATUS, in rops_perform_user_POLLOUT_h2() 972 lws_close_free_wsi(w, LWS_CLOSE_STATUS_NOSTATUS, in rops_perform_user_POLLOUT_h2() 1010 lws_close_free_wsi(w, LWS_CLOSE_STATUS_NOSTATUS, in rops_perform_user_POLLOUT_h2() 1073 lws_close_free_wsi(w, LWS_CLOSE_STATUS_NOSTATUS, in rops_perform_user_POLLOUT_h2() 1113 lws_close_free_wsi(w, LWS_CLOSE_STATUS_NOSTATUS, in rops_perform_user_POLLOUT_h2()
|
D | http2.c | 858 lws_close_free_wsi(cwsi, 0, "reset stream"); in lws_h2_do_pps_send() 1252 lws_close_free_wsi(w, 0, "h2 sid close"); in lws_h2_parse_frame_header() 2282 lws_close_free_wsi(h2n->swsi, 0, "close_swsi_and_return"); in lws_h2_parser() 2582 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_read_h2()
|
/external/libwebsockets/lib/core-net/ |
D | adopt.c | 302 lws_close_free_wsi(new_wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_adopt_descriptor_vhost2() 449 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in adopt_socket_readbuf() 575 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "adopt udp2 fail"); in lws_create_adopt_udp2() 682 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "adopt udp2 fail"); in lws_create_adopt_udp()
|
D | service.c | 528 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_service_do_ripe_rxflow() 712 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_service_fd_tsi() 721 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_service_fd_tsi()
|
D | connect.c | 359 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "tls start fail"); in lws_client_connect_via_info()
|
D | wsi-timeout.c | 151 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_set_timeout()
|
D | vhost.c | 1088 lws_close_free_wsi(w, LWS_CLOSE_STATUS_NOSTATUS, 1381 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "ctx deprecate");
|
D | close.c | 654 lws_close_free_wsi(struct lws *wsi, enum lws_close_status reason, const char *caller) in lws_close_free_wsi() function
|
D | private-lib-core-net.h | 929 lws_close_free_wsi(struct lws *wsi, enum lws_close_status, const char *caller);
|
/external/libwebsockets/lib/roles/mqtt/client/ |
D | client-mqtt.c | 380 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "cbail3"); in lws_mqtt_client_socket_service() 389 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "mqtt svc fail"); in lws_mqtt_client_socket_service()
|
/external/libwebsockets/lib/roles/mqtt/ |
D | ops-mqtt.c | 199 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "mqtt svc fail"); in rops_handle_POLLIN_mqtt() 377 lws_close_free_wsi(w, LWS_CLOSE_STATUS_NOSTATUS, in rops_handle_POLLOUT_mqtt()
|
/external/libwebsockets/lib/roles/http/client/ |
D | client-http.c | 287 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_client_socket_service() 305 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_client_socket_service() 479 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "cbail3"); in lws_client_socket_service() 956 lws_close_free_wsi(wsi, close_reason, "c hs interp"); in lws_client_interpret_server_handshake()
|
D | client-handshake.c | 332 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "client_connect2"); in lws_client_connect_4_established() 779 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "client_connect2"); 1014 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "client_connect2");
|
/external/libwebsockets/lib/roles/raw-proxy/ |
D | ops-raw-proxy.c | 121 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "raw svc fail"); in rops_handle_POLLIN_raw_proxy()
|
/external/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 295 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_read_h1() 538 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_h1_server_socket_service() 1068 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS,
|
/external/libwebsockets/lib/roles/raw-skt/ |
D | ops-raw-skt.c | 227 lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "raw svc fail"); in rops_handle_POLLIN_raw_skt()
|
/external/libwebsockets/lib/event-libs/libuv/ |
D | libuv.c | 172 lws_close_free_wsi(wsi, in lws_libuv_stop()
|
/external/libwebsockets/lib/core/ |
D | context.c | 1167 lws_close_free_wsi(wsi, in lws_pt_destroy()
|
/external/libwebsockets/lib/roles/cgi/ |
D | cgi-server.c | 875 lws_close_free_wsi(wsi, 0, "lws_cgi_kill"); in lws_cgi_kill()
|