Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_protocol.c144 parse_byterange(request_rec *r, long *start, long *end) in parse_byterange() function
319 switch (parse_byterange(r, &start, &end)) { in ap_set_byterange()
390 if (parse_byterange(r, &start, &end) == BYTERANGE_OK) { in ap_each_byterange()