Searched defs:Code (Results 1 - 2 of 2) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DStorageStatus.java14 * When distributing Covered Code, include this CDDL HEADER in each
37 private enum Code enum in class:StorageStatus
48 private static final StorageStatus WORKING = new StorageStatus(Code.WORKING, null);
51 private final Code code;
73 return new StorageStatus(Code.LOCKED_DOWN, reason);
84 return new StorageStatus(Code.UNUSABLE, reason);
87 private StorageStatus(Code code, LocalizableMessage reason)
100 return code == Code.LOCKED_DOWN;
110 return code == Code.WORKING;
120 return code == Code
[all...]
/forgerock/web-agents-v4/zlib/
H A Ddeflate.h77 #define Code fc.code macro

Completed in 41 milliseconds