Searched refs:lws_hdr_custom_copy (Results 1 – 4 of 4) 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 | 64 n = lws_hdr_custom_copy(wsi, value, sizeof(value), "dnt:", 4); in callback_http()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 493 lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name,
|
/third_party/libwebsockets/lib/roles/http/ |
D | parsers.c | 607 lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name, in lws_hdr_custom_copy() function
|