Home
last modified time | relevance | path

Searched refs:lws_finalize_http_header (Results 1 – 9 of 9) sorted by relevance

/third_party/libwebsockets/lib/roles/http/
Dheader.c99 int lws_finalize_http_header(struct lws *wsi, unsigned char **p, in lws_finalize_http_header() function
123 if (lws_finalize_http_header(wsi, pp, end)) in lws_finalize_write_http_header()
466 if (lws_finalize_http_header(wsi, &p, end)) in lws_return_http_status()
548 if (lws_finalize_http_header(wsi, p, end)) in lws_http_redirect()
/third_party/libwebsockets/plugins/
Dprotocol_post_demo.c234 if (lws_finalize_http_header(wsi, &p, end)) in callback_post_demo()
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h659 lws_finalize_http_header(struct lws *wsi, unsigned char **p,
/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c633 if (lws_finalize_http_header(wsi, &p, end)) in callback_deaddrop()
/third_party/libwebsockets/lib/core-net/
Ddummy-callback.c562 if (lws_finalize_http_header(parent, &p, end)) in lws_callback_http_dummy()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c826 if (lws_finalize_http_header(wsi, &p, end)) in lws_http_serve()
1055 if (lws_finalize_http_header(wsi, &p, end)) in lws_unauthorised_basic_auth()
2982 if (lws_finalize_http_header(wsi, &p, end)) in lws_serve_http_file()
/third_party/libwebsockets/lib/roles/cgi/
Dcgi-server.c585 if (lws_finalize_http_header(wsi, in lws_cgi_write_split_stdout_headers()
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c2637 if (lws_finalize_http_header(wsi, &p, end)) in lws_h2_client_handshake()
2769 if (lws_finalize_http_header(wsi, &p, end)) in lws_h2_ws_handshake()
/third_party/libwebsockets/READMEs/
DREADME.coding.md477 - use the `lws api lws_finalize_http_header()` api after adding the last