Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dfile_http.cpp222 HttpFile::_read_from_cache(void *buf, size_t bytes, off_t ofs) in _read_from_cache() function in HttpFile
258 return _read_from_cache(buf, bytes, ofs); in read()
286 return _read_from_cache(buf, bytes, ofs); in read()
H A Dfile_http.h87 size_t _read_from_cache(void *, size_t, off_t);