Searched refs:lws_http_redirect (Results 1 – 7 of 7) sorted by relevance
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-get/ |
D | minimal-http-server-form-get.c | 62 if (lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in callback_http()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/ |
D | minimal-http-server-form-post.c | 114 if (lws_http_redirect(wsi, use303 ? HTTP_STATUS_SEE_OTHER : in callback_http()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/ |
D | minimal-http-server-form-post.c | 117 if (lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in callback_http()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/ |
D | minimal-http-server-form-post-file.c | 168 if (lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in callback_http()
|
/third_party/libwebsockets/lib/roles/http/ |
D | header.c | 432 if (lws_http_redirect(wsi, HTTP_STATUS_FOUND, in lws_return_http_status() 524 lws_http_redirect(struct lws *wsi, int code, const unsigned char *loc, int len, in lws_http_redirect() function
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 862 lws_http_redirect(struct lws *wsi, int code, const unsigned char *loc, int len,
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 1569 n = lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in lws_http_redirect_hit() 1758 n = (unsigned int)lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in lws_http_action()
|