Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/
H A DSkippableFrame.cpp23 /* static */ std::size_t SkippableFrame::tryRead(ByteRange bytes) { in tryRead() function in SkippableFrame
H A DSkippableFrame.h53 static std::size_t tryRead(ByteRange bytes);
H A DPzstd.cpp532 frameSize = SkippableFrame::tryRead(buffer.range()); in asyncDecompressFrames()