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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java107 * @param nBlocks Number of auth blocks to read.
110 * parsing. If nBlocks is 0, the
119 byte nBlocks)
126 for (byte cnt = 0; cnt < nBlocks; cnt++) {
511 * parsing. If nBlocks is 0, the
116 makeAuthBlocks(SrvLocHeader hdr, Object[] message, DataInputStream dis, byte nBlocks) argument

Completed in 45 milliseconds