Home
last modified time | relevance | path

Searched refs:delete_from_fd (Results 1 – 7 of 7) sorted by relevance

/external/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h49 #define delete_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] = 0 macro
/external/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h111 #define delete_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] = 0 macro
/external/libwebsockets/lib/plat/windows/
Dwindows-fds.c59 delete_from_fd(struct lws_context *context, lws_sockfd_type fd) in delete_from_fd() function
Dprivate-lib-plat-windows.h150 delete_from_fd(struct lws_context *context, lws_sockfd_type fd);
/external/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h160 delete_from_fd(const struct lws_context *context, int fd);
Dunix-fds.c111 delete_from_fd(const struct lws_context *context, int fd) in delete_from_fd() function
/external/libwebsockets/lib/core-net/
Dpollfd.c399 delete_from_fd(context, wsi->desc.sockfd); in __remove_wsi_socket_from_fds()