Searched refs:lws_hdr_copy_fragment (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libwebsockets/READMEs/ |
H A D | README.http_parser.md | 24 - `lws_hdr_copy_fragment()`
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-http.h | 453 lws_hdr_copy_fragment(struct lws *wsi, char *dest, int len,
|
/aosp_15_r20/external/libwebsockets/test-apps/ |
H A D | test-server.c | 166 while (lws_hdr_copy_fragment(wsi, buf, sizeof(buf), in lws_callback_http()
|
/aosp_15_r20/external/libwebsockets/lib/roles/cgi/ |
H A D | cgi-server.c | 241 i = lws_hdr_copy_fragment(wsi, tok, sizeof(tok), in lws_cgi()
|
/aosp_15_r20/external/libwebsockets/lib/core-net/ |
H A D | wsi.c | 739 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 D | parsers.c | 501 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 D | server.c | 1745 while (lws_hdr_copy_fragment(wsi, (char *)p + 1, in lws_http_action()
|