Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dhttp_range.c291 http_range_process (request_st * const r, const buffer * const http_range) in http_range_process() argument
300 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() local
421 if (!http_range) in http_range_rfc7233()
465 return http_range_process(r, http_range); in http_range_rfc7233()
H A DMakefile.am77 http_range.c \
349 http_header.h http_range.h \
H A DSConscript82 http_range.c \
H A Dmeson.build552 'http_range.c',
H A DCMakeLists.txt891 http_range.c
/lighttpd1.4/
H A DNEWS600 * [core] http_range.[ch] RFC 7233 Range handling