Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/server/
Dserver.c2727 lws_filepos_t total_content_length; in lws_serve_http_file() local
2765 total_content_length = wsi->http.filelen; in lws_serve_http_file()
2858 total_content_length = (lws_filepos_t)rp->agg + in lws_serve_http_file()
2867 total_content_length = total_content_length + in lws_serve_http_file()
2882 total_content_length = (lws_filepos_t)rp->agg; in lws_serve_http_file()
2913 total_content_length, &p, end)) in lws_serve_http_file()