Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds