Searched refs:decodeSize (Results 1 – 4 of 4) sorted by relevance
166 private final int decodeSize; field in Base64Codec332 this.decodeSize = this.encodeSize - 1; in Base64Codec()545 if (buffer == null || buffer.length - pos < decodeSize) { in decode()
711 int decodeSize; in LZ4IO_decodeLegacyStream() local730 decodeSize = LZ4_decompress_safe(in_buff, out_buff, blockSize, LEGACY_BLOCKSIZE); in LZ4IO_decodeLegacyStream()731 if (decodeSize < 0) EXM_THROW(53, "Decoding Failed ! Corrupted input detected !"); in LZ4IO_decodeLegacyStream()732 filesize += decodeSize; in LZ4IO_decodeLegacyStream()735 storedSkips = LZ4IO_fwriteSparse(foutput, out_buff, decodeSize, storedSkips); in LZ4IO_decodeLegacyStream()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...