Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/listen/
Dops-listen.c98 compatible_close(filt.accept_fd); in rops_handle_POLLIN_listen()
133 compatible_close(filt.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.h111 #define compatible_close(x) close(x) macro
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h109 #define compatible_close(x) close(x) macro
/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h177 #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.c518 compatible_close(info->fd.sockfd); in lws_adopt_descriptor_vhost_via_info()
531 compatible_close(info->fd.sockfd); in lws_adopt_descriptor_vhost_via_info()
751 compatible_close(sock.sockfd); in lws_create_adopt_udp2()
Dclose.c884 n = compatible_close(wsi->desc.sockfd); in __lws_close_free_wsi_final()
/third_party/libwebsockets/lib/tls/
Dtls-server.c155 compatible_close(accept_fd); in lws_server_socket_service_ssl()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c225 compatible_close(sockfd); in _lws_vhost_init_server_af()
237 compatible_close(sockfd); in _lws_vhost_init_server_af()
251 compatible_close(sockfd); in _lws_vhost_init_server_af()
267 compatible_close(sockfd); in _lws_vhost_init_server_af()
280 compatible_close(sockfd); in _lws_vhost_init_server_af()
292 compatible_close(sockfd); in _lws_vhost_init_server_af()
399 compatible_close(sockfd); in _lws_vhost_init_server_af()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c277 compatible_close(n); in lws_ssl_close()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c468 compatible_close(n); in lws_ssl_close()
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c594 compatible_close(wsi->desc.sockfd); in rops_pt_init_destroy_netlink()
/third_party/libwebsockets/lib/core-net/client/
Dconnect3.c699 compatible_close(wsi->desc.sockfd);
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c464 compatible_close(sockfd); in lws_libuv_closewsi_m()
/third_party/libwebsockets/lib/core/
Dcontext.c2157 compatible_close(context->latencies_fd); in lws_context_destroy()