Home
last modified time | relevance | path

Searched defs:lws_ext_cb_active (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/roles/ws/ext/
H A Dextension.c191 int lws_ext_cb_active(struct lws *wsi, int reason, void *arg, int len) in lws_ext_cb_active() function
/aosp_15_r20/external/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h1019 #define lws_ext_cb_active(_a, _b, _c, _d) (0) macro