Searched defs:resultByteArray (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DServerState.java374 * Add the tail into resultByteArray at position pos.
376 private int addByteArray(byte[] tail, byte[] resultByteArray, int pos) argument
380 resultByteArray[pos] = tail[i];
382 resultByteArray[pos++] = 0;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DReplicationMsg.java220 * Concatenate the tail byte array into the resultByteArray.
221 * The resultByteArray must be large enough before calling this method.
224 * @param resultByteArray The byte array to concatenate to.
226 * @return the next position to use in the resultByteArray.
228 protected static int addByteArray(byte[] tail, byte[] resultByteArray, argument
233 resultByteArray[pos] = tail[i];
235 resultByteArray[pos++] = 0;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DServerState.java374 * Add the tail into resultByteArray at position pos.
376 private int addByteArray(byte[] tail, byte[] resultByteArray, int pos) argument
380 resultByteArray[pos] = tail[i];
382 resultByteArray[pos++] = 0;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DReplicationMsg.java220 * Concatenate the tail byte array into the resultByteArray.
221 * The resultByteArray must be large enough before calling this method.
224 * @param resultByteArray The byte array to concatenate to.
226 * @return the next position to use in the resultByteArray.
228 protected static int addByteArray(byte[] tail, byte[] resultByteArray, argument
233 resultByteArray[pos] = tail[i];
235 resultByteArray[pos++] = 0;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DServerState.java374 * Add the tail into resultByteArray at position pos.
376 private int addByteArray(byte[] tail, byte[] resultByteArray, int pos) argument
380 resultByteArray[pos] = tail[i];
382 resultByteArray[pos++] = 0;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DReplicationMsg.java220 * Concatenate the tail byte array into the resultByteArray.
221 * The resultByteArray must be large enough before calling this method.
224 * @param resultByteArray The byte array to concatenate to.
226 * @return the next position to use in the resultByteArray.
228 protected static int addByteArray(byte[] tail, byte[] resultByteArray, argument
233 resultByteArray[pos] = tail[i];
235 resultByteArray[pos++] = 0;

Completed in 38 milliseconds