Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/listen/
H A 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/
H A Dprivate-lib-plat-optee.h42 #define compatible_close(x) close(x) macro
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dprivate-lib-plat-freertos.h109 #define compatible_close(x) close(x) macro
/third_party/libwebsockets/lib/core-net/
H A 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()
H A Dclose.c884 n = compatible_close(wsi->desc.sockfd); in __lws_close_free_wsi_final()
/third_party/libwebsockets/lib/plat/freertos/
H A Dprivate-lib-plat-freertos.h115 #define compatible_close(x) close(x) macro
/third_party/libwebsockets/lib/plat/unix/
H A Dprivate-lib-plat-unix.h177 #define compatible_close(x) close(x) macro
/third_party/libwebsockets/lib/plat/windows/
H A Dprivate-lib-plat-windows.h53 #define compatible_close(fd) closesocket(fd) macro
/third_party/libwebsockets/lib/tls/
H A Dtls-server.c155 compatible_close(accept_fd); in lws_server_socket_service_ssl()
/third_party/libwebsockets/lib/roles/http/server/
H A 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/
H A Dmbedtls-ssl.c277 compatible_close(n); in lws_ssl_close()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-ssl.c469 compatible_close(n); in lws_ssl_close()
/third_party/libwebsockets/lib/roles/netlink/
H A Dops-netlink.c599 compatible_close(wsi->desc.sockfd); in rops_pt_init_destroy_netlink()
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c465 compatible_close(sockfd); in lws_libuv_closewsi_m()
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect3.c822 compatible_close(wsi->desc.sockfd);
/third_party/libwebsockets/lib/core/
H A Dcontext.c2172 compatible_close(context->latencies_fd); in lws_context_destroy()

Completed in 13 milliseconds