Searched defs:uncompress (Results 1 - 19 of 19) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Duncompr.c20 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) function
H A Dzconf.h123 # define uncompress z_uncompress macro
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DCryptoManager.java366 * Attempts to uncompress the data in the provided source array into
393 * while attempting to uncompress the data.
395 int uncompress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager
H A DByteStringBuilder.java1248 * Attempts to uncompress the data in this buffer into the given
1262 * If a problem occurs while attempting to uncompress the
1265 public boolean uncompress(ByteStringBuilder output, method in class:ByteStringBuilder
1273 int decompressResult = cryptoManager.uncompress(buffer, 0, length,
1280 decompressResult = cryptoManager.uncompress(buffer, 0, length,
/forgerock/opendj2/src/server/org/opends/server/types/
H A DCryptoManager.java365 * Attempts to uncompress the data in the provided source array into
392 * while attempting to uncompress the data.
394 int uncompress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager
H A DByteStringBuilder.java1276 * Attempts to uncompress the data in this buffer into the given
1290 * If a problem occurs while attempting to uncompress the
1293 public boolean uncompress(ByteStringBuilder output, method in class:ByteStringBuilder
1301 int decompressResult = cryptoManager.uncompress(buffer, 0, length,
1308 decompressResult = cryptoManager.uncompress(buffer, 0, length,
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DCryptoManager.java366 * Attempts to uncompress the data in the provided source array into
393 * while attempting to uncompress the data.
395 int uncompress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager
H A DByteStringBuilder.java1248 * Attempts to uncompress the data in this buffer into the given
1262 * If a problem occurs while attempting to uncompress the
1265 public boolean uncompress(ByteStringBuilder output, method in class:ByteStringBuilder
1273 int decompressResult = cryptoManager.uncompress(buffer, 0, length,
1280 decompressResult = cryptoManager.uncompress(buffer, 0, length,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DCryptoManager.java366 * Attempts to uncompress the data in the provided source array into
393 * while attempting to uncompress the data.
395 int uncompress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager
H A DByteStringBuilder.java1248 * Attempts to uncompress the data in this buffer into the given
1262 * If a problem occurs while attempting to uncompress the
1265 public boolean uncompress(ByteStringBuilder output, method in class:ByteStringBuilder
1273 int decompressResult = cryptoManager.uncompress(buffer, 0, length,
1280 decompressResult = cryptoManager.uncompress(buffer, 0, length,
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DCryptoManager.java365 * Attempts to uncompress the data in the provided source array into
392 * while attempting to uncompress the data.
394 int uncompress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager
H A DByteStringBuilder.java1276 * Attempts to uncompress the data in this buffer into the given
1290 * If a problem occurs while attempting to uncompress the
1293 public boolean uncompress(ByteStringBuilder output, method in class:ByteStringBuilder
1301 int decompressResult = cryptoManager.uncompress(buffer, 0, length,
1308 decompressResult = cryptoManager.uncompress(buffer, 0, length,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DCryptoManager.java366 * Attempts to uncompress the data in the provided source array into
393 * while attempting to uncompress the data.
395 int uncompress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java3003 public int uncompress(byte[] src, int srcOff, int srcLen, method in class:CryptoManagerImpl
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java3023 public int uncompress(byte[] src, int srcOff, int srcLen, method in class:CryptoManagerImpl
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java3003 public int uncompress(byte[] src, int srcOff, int srcLen, method in class:CryptoManagerImpl
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java3003 public int uncompress(byte[] src, int srcOff, int srcLen, method in class:CryptoManagerImpl
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java3023 public int uncompress(byte[] src, int srcOff, int srcLen, method in class:CryptoManagerImpl
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerImpl.java2801 public int uncompress(byte[] src, int srcOff, int srcLen, method in class:CryptoManagerImpl

Completed in 186 milliseconds