Home
last modified time | relevance | path

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/
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.c65 n = lws_hdr_custom_copy(wsi, value, sizeof(value), "dnt:", 4); in callback_http()
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h494 lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name,
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-common.c204 if (lws_hdr_custom_copy(h->wsi, (char *)(*value), n+1, name, in lws_ss_get_metadata()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c388 if (lws_hdr_custom_copy(wsi, p, n + 1, in lws_extract_metadata()
/third_party/libwebsockets/lib/roles/http/
Dparsers.c622 lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name, in lws_hdr_custom_copy() function