Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Support/
HDCompression.h38 StatusBufferTooShort, // there was not enough room in the output buffer enumerator
/trueos/contrib/llvm/lib/Support/
HDCompression.cpp42 case Z_BUF_ERROR: return zlib::StatusBufferTooShort; in encodeZlibReturnValue()