- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for tot (0.01 sec)
-
src/main/java/jcifs/smb1/dcerpc/DcerpcHandle.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.7K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/DcerpcHandle.java
* @param out * @param buf * @param off * @param tot * @return * @throws IOException */ private int sendFragments(final DcerpcMessage msg, final byte[] out, final NdrBuffer buf) throws IOException { int off = 0; final int tot = buf.getLength() - 24; while (off < tot) { int fragSize = tot - off; if (24 + fragSize > this.max_xmit) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 15.9K bytes - Viewed (0)