/forgerock/web-agents-v4/zlib/ |
H A D | compress.c | 0 /* compress.c -- compress a memory buffer 62 int ZEXPORT compress (dest, destLen, source, sourceLen) function
|
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/utils/ |
H A D | IOUtilsTest.java | 105 private byte[] getObjectStreamBytes(Object in, boolean compress) throws IOException { argument 108 final ObjectOutputStream objectOutputStream = compress
|
/forgerock/openam/openam-shared/src/test/java/org/forgerock/openam/utils/ |
H A D | IOUtilsTest.java | 105 private byte[] getObjectStreamBytes(Object in, boolean compress) throws IOException { argument 108 final ObjectOutputStream objectOutputStream = compress
|
/forgerock/opendj2/ext/ant/lib/ |
H A D | jdeb-0.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | jdeb-0.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | jdeb-0.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | jdeb-0.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ... |
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
H A D | jdeb-0.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ... |
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/ |
H A D | BackupTask.java | 127 private boolean compress; field in class:BackupTask 225 compress = TaskUtils.getBoolean(attrList, false); 488 backupConfig.setCompressData(compress);
|
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/ |
H A D | BackUpDB.java | 137 private BooleanArgument compress = null; field in class:BackUpDB 248 compress = new BooleanArgument( 249 "compress", OPTION_SHORT_COMPRESS, 252 argParser.addArgument(compress); 462 if (compress.getValue() != null && 463 !compress.getValue().equals( 464 compress.getDefaultValue())) { 466 values.add(ByteString.valueOf(compress.getValue())); 1000 backupConfig.setCompressData(compress.isPresent());
|
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | CryptoManager.java | 342 * Attempts to compress the data in the provided source array into 350 * @param src The array containing the raw data to compress. 353 * compress. 360 * not possible to actually compress the data. 362 int compress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager 377 * @param src The array containing the raw data to compress. 380 * compress.
|
/forgerock/opendj2/src/server/org/opends/server/tasks/ |
H A D | BackupTask.java | 126 private boolean compress; field in class:BackupTask 224 compress = TaskUtils.getBoolean(attrList, false); 487 backupConfig.setCompressData(compress);
|
/forgerock/opendj2/src/server/org/opends/server/tools/ |
H A D | BackUpDB.java | 139 private BooleanArgument compress = null; field in class:BackUpDB 233 compress = new BooleanArgument( 234 "compress", OPTION_SHORT_COMPRESS, 237 argParser.addArgument(compress); 448 if (compress.getValue() != null && 449 !compress.getValue().equals( 450 compress.getDefaultValue())) { 452 values.add(ByteString.valueOf(compress.getValue())); 989 backupConfig.setCompressData(compress.isPresent());
|
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | CryptoManager.java | 341 * Attempts to compress the data in the provided source array into 349 * @param src The array containing the raw data to compress. 352 * compress. 359 * not possible to actually compress the data. 361 int compress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager 376 * @param src The array containing the raw data to compress. 379 * compress.
|
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/ |
H A D | BackupTask.java | 127 private boolean compress; field in class:BackupTask 225 compress = TaskUtils.getBoolean(attrList, false); 488 backupConfig.setCompressData(compress);
|
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/ |
H A D | BackUpDB.java | 137 private BooleanArgument compress = null; field in class:BackUpDB 248 compress = new BooleanArgument( 249 "compress", OPTION_SHORT_COMPRESS, 252 argParser.addArgument(compress); 462 if (compress.getValue() != null && 463 !compress.getValue().equals( 464 compress.getDefaultValue())) { 466 values.add(ByteString.valueOf(compress.getValue())); 1000 backupConfig.setCompressData(compress.isPresent());
|
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | CryptoManager.java | 342 * Attempts to compress the data in the provided source array into 350 * @param src The array containing the raw data to compress. 353 * compress. 360 * not possible to actually compress the data. 362 int compress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager 377 * @param src The array containing the raw data to compress. 380 * compress.
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/ |
H A D | BackupTask.java | 127 private boolean compress; field in class:BackupTask 225 compress = TaskUtils.getBoolean(attrList, false); 488 backupConfig.setCompressData(compress);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/ |
H A D | BackUpDB.java | 137 private BooleanArgument compress = null; field in class:BackUpDB 248 compress = new BooleanArgument( 249 "compress", OPTION_SHORT_COMPRESS, 252 argParser.addArgument(compress); 462 if (compress.getValue() != null && 463 !compress.getValue().equals( 464 compress.getDefaultValue())) { 466 values.add(ByteString.valueOf(compress.getValue())); 1000 backupConfig.setCompressData(compress.isPresent());
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | CryptoManager.java | 342 * Attempts to compress the data in the provided source array into 350 * @param src The array containing the raw data to compress. 353 * compress. 360 * not possible to actually compress the data. 362 int compress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager 377 * @param src The array containing the raw data to compress. 380 * compress.
|
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/ |
H A D | BackupTask.java | 126 private boolean compress; field in class:BackupTask 224 compress = TaskUtils.getBoolean(attrList, false); 487 backupConfig.setCompressData(compress);
|
/forgerock/opendj2-hg/src/server/org/opends/server/tools/ |
H A D | BackUpDB.java | 139 private BooleanArgument compress = null; field in class:BackUpDB 233 compress = new BooleanArgument( 234 "compress", OPTION_SHORT_COMPRESS, 237 argParser.addArgument(compress); 448 if (compress.getValue() != null && 449 !compress.getValue().equals( 450 compress.getDefaultValue())) { 452 values.add(ByteString.valueOf(compress.getValue())); 989 backupConfig.setCompressData(compress.isPresent());
|
/forgerock/opendj2-hg/src/server/org/opends/server/types/ |
H A D | CryptoManager.java | 341 * Attempts to compress the data in the provided source array into 349 * @param src The array containing the raw data to compress. 352 * compress. 359 * not possible to actually compress the data. 361 int compress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager 376 * @param src The array containing the raw data to compress. 379 * compress.
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/ |
H A D | BackupTask.java | 99 private boolean compress; field in class:BackupTask 170 compress = TaskUtils.getBoolean(attrList, false); 411 backupConfig.setCompressData(compress);
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/ |
H A D | BackUpDB.java | 145 private BooleanArgument compress; field in class:BackUpDB 241 compress = new BooleanArgument( 242 "compress", OPTION_SHORT_COMPRESS, 245 argParser.addArgument(compress); 400 addIfHasValue(attributes, ATTR_TASK_BACKUP_COMPRESS, compress); 810 backupConfig.setCompressData(compress.isPresent());
|