Searched refs:StatusBufferTooShort (Results 1 – 3 of 3) sorted by relevance
36 StatusBufferTooShort, // there was not enough room in the output buffer enumerator
36 EXPECT_EQ(zlib::StatusBufferTooShort, in TestZlibCompression()
41 case Z_BUF_ERROR: return zlib::StatusBufferTooShort; in encodeZlibReturnValue()