Searched refs:lws_finalize_http_header (Results 1 – 9 of 9) sorted by relevance
/third_party/libwebsockets/lib/roles/http/ |
D | header.c | 99 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/ |
D | protocol_post_demo.c | 234 if (lws_finalize_http_header(wsi, &p, end)) in callback_post_demo()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 659 lws_finalize_http_header(struct lws *wsi, unsigned char **p,
|
/third_party/libwebsockets/plugins/deaddrop/ |
D | protocol_lws_deaddrop.c | 633 if (lws_finalize_http_header(wsi, &p, end)) in callback_deaddrop()
|
/third_party/libwebsockets/lib/core-net/ |
D | dummy-callback.c | 562 if (lws_finalize_http_header(parent, &p, end)) in lws_callback_http_dummy()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 826 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/ |
D | cgi-server.c | 585 if (lws_finalize_http_header(wsi, in lws_cgi_write_split_stdout_headers()
|
/third_party/libwebsockets/lib/roles/h2/ |
D | http2.c | 2637 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/ |
D | README.coding.md | 477 - use the `lws api lws_finalize_http_header()` api after adding the last
|