Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/server/
Dranges.c187 rp->count_ranges = 0; in lws_ranges_init()
201 rp->count_ranges++; in lws_ranges_init()
205 lwsl_debug("%s: count %d\n", __func__, rp->count_ranges); in lws_ranges_init()
208 if (rp->did_try && !rp->count_ranges) in lws_ranges_init()
213 return rp->count_ranges; in lws_ranges_init()
Dserver.c3076 if (wsi->http.range.count_ranges && !wsi->http.range.inside) { in lws_serve_http_file_fragment()
3088 if (wsi->http.range.count_ranges > 1) { in lws_serve_http_file_fragment()
3162 if (wsi->http.range.count_ranges) { in lws_serve_http_file_fragment()
3163 if (wsi->http.range.count_ranges > 1) in lws_serve_http_file_fragment()
3211 wsi->http.range.count_ranges && // last range in lws_serve_http_file_fragment()
3212 wsi->http.range.count_ranges > 1 && // was 2+ ranges (ie, multipart) in lws_serve_http_file_fragment()
3228 if (wsi->http.range.count_ranges >= 1) { in lws_serve_http_file_fragment()
/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h85 char start_valid, end_valid, ctr, count_ranges, did_try, inside, send_ctr; member