Home
last modified time | relevance | path

Searched refs:compatible_close (Results 1 – 15 of 15) sorted by relevance

/third_party/libwebsockets/lib/roles/listen/
Dops-listen.c98 compatible_close(accept_fd); in rops_handle_POLLIN_listen()
132 compatible_close(accept_fd); in rops_handle_POLLIN_listen()
/third_party/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h42 #define compatible_close(x) close(x) macro
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h101 #define compatible_close(x) close(x) macro
/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h168 #define compatible_close(x) close(x) macro
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h53 #define compatible_close(fd) closesocket(fd) macro
/third_party/libwebsockets/lib/core-net/
Dadopt.c346 compatible_close(info->fd.sockfd); in lws_adopt_descriptor_vhost_via_info()
357 compatible_close(info->fd.sockfd); in lws_adopt_descriptor_vhost_via_info()
553 compatible_close(sock.sockfd); in lws_create_adopt_udp2()
Dclose.c631 n = compatible_close(wsi->desc.sockfd); in __lws_close_free_wsi_final()
Ddummy-callback.c797 compatible_close(siwsi->desc.sockfd); in lws_callback_http_dummy()
/third_party/libwebsockets/lib/tls/
Dtls-server.c149 compatible_close(accept_fd); in lws_server_socket_service_ssl()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c207 compatible_close(sockfd); in _lws_vhost_init_server()
219 compatible_close(sockfd); in _lws_vhost_init_server()
230 compatible_close(sockfd); in _lws_vhost_init_server()
247 compatible_close(sockfd); in _lws_vhost_init_server()
258 compatible_close(sockfd); in _lws_vhost_init_server()
270 compatible_close(sockfd); in _lws_vhost_init_server()
334 compatible_close(sockfd); in _lws_vhost_init_server()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c244 compatible_close(n); in lws_ssl_close()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c417 compatible_close(n); in lws_ssl_close()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-handshake.c765 compatible_close(wsi->desc.sockfd);
1155 compatible_close(wsi->desc.sockfd);
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c582 compatible_close(sockfd); in lws_libuv_closewsi_m()
/third_party/libwebsockets/lib/core/
Dcontext.c990 compatible_close(context->latencies_fd); in lws_context_destroy3()