Home
last modified time | relevance | path

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/
Dminimal-http-server-form-get.c62 if (lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
Dminimal-http-server-form-post.c114 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/
Dminimal-http-server-form-post.c117 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/
Dminimal-http-server-form-post-file.c168 if (lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in callback_http()
/third_party/libwebsockets/lib/roles/http/
Dheader.c432 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/
Dlws-http.h862 lws_http_redirect(struct lws *wsi, int code, const unsigned char *loc, int len,
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1569 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()