Home
last modified time | relevance | path

Searched refs:lws_hdr_custom_length (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.c64 n = lws_hdr_custom_length(wsi, "test-custom-header:", 19); in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/
Dminimal-http-server-custom-headers.c57 n = lws_hdr_custom_length(wsi, "dnt:", 4); in callback_http()
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h473 lws_hdr_custom_length(struct lws *wsi, const char *name, int nlen);
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-common.c195 n = lws_hdr_custom_length(h->wsi, (const char *)name, in lws_ss_get_metadata()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c366 n = lws_hdr_custom_length(wsi, (const char *) in lws_extract_metadata()
/third_party/libwebsockets/lib/roles/http/
Dparsers.c598 lws_hdr_custom_length(struct lws *wsi, const char *name, int nlen) in lws_hdr_custom_length() function