HomeSort by: relevance | last modified time | path
    Searched refs:_read_from_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
file_http.h 87 size_t _read_from_cache(void *, size_t, off_t);
file_http.cpp 222 HttpFile::_read_from_cache(void *buf, size_t bytes, off_t ofs) function in class:HttpFile
258 return _read_from_cache(buf, bytes, ofs);
286 return _read_from_cache(buf, bytes, ofs);

Completed in 12 milliseconds