Home
last modified time | relevance | path

Searched refs:lws_serve_http_file_fragment (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h79 lws_serve_http_file_fragment(struct lws *wsi);
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c544 n = lws_serve_http_file_fragment(wsi); in lws_h1_server_socket_service()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c1130 n = lws_serve_http_file_fragment(w); in rops_perform_user_POLLOUT_h2()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c3017 int lws_serve_http_file_fragment(struct lws *wsi) in lws_serve_http_file_fragment() function