Home
last modified time | relevance | path

Searched refs:insert_wsi (Results 1 – 8 of 8) sorted by relevance

/external/libwebsockets/lib/plat/freertos/
Dfreertos-fds.c52 insert_wsi(const struct lws_context *context, struct lws *wsi) in insert_wsi() function
Dprivate-lib-plat-freertos.h109 insert_wsi(const struct lws_context *context, struct lws *wsi);
/external/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h45 #define insert_wsi(A,B) assert(A->lws_lookup[B->desc.sockfd - \ macro
/external/libwebsockets/lib/plat/windows/
Dwindows-fds.c44 insert_wsi(struct lws_context *context, struct lws *wsi) in insert_wsi() function
Dprivate-lib-plat-windows.h147 insert_wsi(struct lws_context *context, struct lws *wsi);
/external/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h153 insert_wsi(const struct lws_context *context, struct lws *wsi);
Dunix-fds.c53 insert_wsi(const struct lws_context *context, struct lws *wsi) in insert_wsi() function
/external/libwebsockets/lib/core-net/
Dpollfd.c307 if (insert_wsi(context, wsi)) in __insert_wsi_socket_into_fds()