Home
last modified time | relevance | path

Searched refs:lws_hdr_copy_fragment (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libwebsockets/READMEs/
H A DREADME.http_parser.md24 - `lws_hdr_copy_fragment()`
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-http.h453 lws_hdr_copy_fragment(struct lws *wsi, char *dest, int len,
/aosp_15_r20/external/libwebsockets/test-apps/
H A Dtest-server.c166 while (lws_hdr_copy_fragment(wsi, buf, sizeof(buf), in lws_callback_http()
/aosp_15_r20/external/libwebsockets/lib/roles/cgi/
H A Dcgi-server.c241 i = lws_hdr_copy_fragment(wsi, tok, sizeof(tok), in lws_cgi()
/aosp_15_r20/external/libwebsockets/lib/core-net/
H A Dwsi.c739 fraglen = lws_hdr_copy_fragment(wsi, buf, len, in lws_get_urlarg_by_name_safe()
/aosp_15_r20/external/libwebsockets/lib/roles/http/
H A Dparsers.c501 int lws_hdr_copy_fragment(struct lws *wsi, char *dst, int len, in lws_hdr_copy_fragment() function
/aosp_15_r20/external/libwebsockets/lib/roles/http/server/
H A Dserver.c1745 while (lws_hdr_copy_fragment(wsi, (char *)p + 1, in lws_http_action()