Home
last modified time | relevance | path

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/
Dminimal-http-client-custom-headers.c69 if (lws_hdr_custom_copy(wsi, val, sizeof(val), in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/
Dminimal-http-server-custom-headers.c64 n = lws_hdr_custom_copy(wsi, value, sizeof(value), "dnt:", 4); in callback_http()
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h493 lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name,
/third_party/libwebsockets/lib/roles/http/
Dparsers.c607 lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name, in lws_hdr_custom_copy() function