Searched refs:lws_hdr_custom_copy (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-custom-headers/ |
D | minimal-http-client-custom-headers.c | 69 if (lws_hdr_custom_copy(wsi, val, sizeof(val), in callback_http()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/ |
D | minimal-http-server-custom-headers.c | 65 n = lws_hdr_custom_copy(wsi, value, sizeof(value), "dnt:", 4); in callback_http()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 494 lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name,
|
/third_party/libwebsockets/lib/secure-streams/ |
D | policy-common.c | 204 if (lws_hdr_custom_copy(h->wsi, (char *)(*value), n+1, name, in lws_ss_get_metadata()
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
D | ss-h1.c | 388 if (lws_hdr_custom_copy(wsi, p, n + 1, in lws_extract_metadata()
|
/third_party/libwebsockets/lib/roles/http/ |
D | parsers.c | 622 lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name, in lws_hdr_custom_copy() function
|