Searched defs:DEL (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java45 DEL("del"), enum constant in enum:HistAttrModificationKey
93 return HistAttrModificationKey.DEL;
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java44 DEL("del"), enum constant in enum:HistAttrModificationKey
92 return HistAttrModificationKey.DEL;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java45 DEL("del"), enum constant in enum:HistAttrModificationKey
93 return HistAttrModificationKey.DEL;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java45 DEL("del"), enum constant in enum:HistAttrModificationKey
93 return HistAttrModificationKey.DEL;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java44 DEL("del"), enum constant in enum:HistAttrModificationKey
92 return HistAttrModificationKey.DEL;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java42 DEL("del"), enum constant in enum:HistAttrModificationKey
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java53 * | record size | INS/DEL bit | indexID | entryID | key length | key bytes |
78 * record overhead includes the indexID + INS/DEL bit
83 private static final byte DEL = 0, INS = 1; field in class:IndexOutputBuffer
308 // write the INS/DEL bit
309 buffer[offSet++] = insert ? INS : DEL;
332 // Adds up the key length + key bytes + entryID + indexID + the INS/DEL bit
341 // ... entryID + (indexID + INS/DEL bit).
373 return buffer[recOffset] != DEL;
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java71 private static final byte DEL = 0, INS = 1; field in class:IndexOutputBuffer
281 buffer[offSet++] = insert ? INS : DEL;
338 return buffer[recOffset] != DEL;
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java71 private static final byte DEL = 0, INS = 1; field in class:IndexOutputBuffer
281 buffer[offSet++] = insert ? INS : DEL;
338 return buffer[recOffset] != DEL;
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java53 * | record size | INS/DEL bit | indexID | entryID | key length | key bytes |
78 * record overhead includes the indexID + INS/DEL bit
83 private static final byte DEL = 0, INS = 1; field in class:IndexOutputBuffer
308 // write the INS/DEL bit
309 buffer[offSet++] = insert ? INS : DEL;
332 // Adds up the key length + key bytes + entryID + indexID + the INS/DEL bit
341 // ... entryID + (indexID + INS/DEL bit).
373 return buffer[recOffset] != DEL;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java71 private static final byte DEL = 0, INS = 1; field in class:IndexOutputBuffer
281 buffer[offSet++] = insert ? INS : DEL;
338 return buffer[recOffset] != DEL;
/forgerock/opendj2/ext/ant/lib/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 136 milliseconds