Home
last modified time | relevance | path

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

/third_party/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.h123 insert_wsi(const struct lws_context *context, struct lws *wsi);
/third_party/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h45 #define insert_wsi(A,B) assert(A->lws_lookup[B->desc.sockfd - \ macro
/third_party/libwebsockets/lib/plat/windows/
Dwindows-fds.c44 insert_wsi(struct lws_context *context, struct lws *wsi) in insert_wsi() function
Dprivate-lib-plat-windows.h169 insert_wsi(struct lws_context *context, struct lws *wsi);
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h117 insert_wsi(const struct lws_context *context, struct lws *wsi);
/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h162 insert_wsi(const struct lws_context *context, struct lws *wsi);
Dunix-fds.c124 insert_wsi(const struct lws_context *context, struct lws *wsi) in insert_wsi() function
/third_party/libwebsockets/lib/core-net/
Dpollfd.c316 if (insert_wsi(context, wsi)) in __insert_wsi_socket_into_fds()