Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/roles/ws/
H A Dserver-ws.c990 lws_parse_ws(struct lws *wsi, unsigned char **buf, size_t len) in lws_parse_ws() function
/aosp_15_r20/external/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h1097 #define lws_parse_ws(_a, _b, _c) (0) macro