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/
H A 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/
H A Dminimal-http-server-custom-headers.c57 n = lws_hdr_custom_length(wsi, "dnt:", 4); in callback_http()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-http.h457 * lws_hdr_custom_length() - return length of a custom header
466 * lws_hdr_custom_length() and lws_hdr_custom_copy().
473 lws_hdr_custom_length(struct lws *wsi, const char *name, int nlen);
487 * lws_hdr_custom_length() and lws_hdr_custom_copy().
508 * lws_hdr_custom_length() and lws_hdr_custom_copy().
/third_party/libwebsockets/lib/secure-streams/
H A 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/
H A Dss-h1.c367 n = lws_hdr_custom_length(wsi, (const char *) in lws_extract_metadata()
/third_party/libwebsockets/lib/roles/http/
H A Dparsers.c598 lws_hdr_custom_length(struct lws *wsi, const char *name, int nlen) in lws_hdr_custom_length() function

Completed in 6 milliseconds