Searched refs:http_range (Results 1 – 6 of 6) sorted by relevance
291 http_range_process (request_st * const r, const buffer * const http_range) in http_range_process() argument300 if (buffer_clen(http_range) < sizeof("bytes=")-1 in http_range_process()301 || !buffer_eq_icase_ssn(http_range->ptr, "bytes=", sizeof("bytes=")-1)) in http_range_process()308 const int n = http_range_parse(http_range->ptr+sizeof("bytes=")-1, in http_range_process()419 const buffer * const http_range = in http_range_rfc7233() local421 if (!http_range) in http_range_rfc7233()465 return http_range_process(r, http_range); in http_range_rfc7233()
77 http_range.c \349 http_header.h http_range.h \
82 http_range.c \
552 'http_range.c',
891 http_range.c
600 * [core] http_range.[ch] RFC 7233 Range handling