Home
last modified time | relevance | path

Searched defs:insert_wsi (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/plat/windows/
H A Dwindows-fds.c44 insert_wsi(struct lws_context *context, struct lws *wsi) in insert_wsi() function
/aosp_15_r20/external/libwebsockets/lib/plat/freertos/
H A Dfreertos-fds.c52 insert_wsi(const struct lws_context *context, struct lws *wsi) in insert_wsi() function
/aosp_15_r20/external/libwebsockets/lib/plat/optee/
H A Dprivate-lib-plat-optee.h45 #define insert_wsi(A,B) assert(A->lws_lookup[B->desc.sockfd - \ macro
/aosp_15_r20/external/libwebsockets/lib/plat/unix/
H A Dunix-fds.c124 insert_wsi(const struct lws_context *context, struct lws *wsi) in insert_wsi() function