- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for NewLeaseState (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/internal/smb2/lock/Smb2LeaseBreakNotification.java
bufferIndex += 16; // CurrentLeaseState (4 bytes) this.currentLeaseState = SMBUtil.readInt4(buffer, bufferIndex); bufferIndex += 4; // NewLeaseState (4 bytes) this.newLeaseState = SMBUtil.readInt4(buffer, bufferIndex); bufferIndex += 4; // BreakReason (4 bytes) this.breakReason = SMBUtil.readInt4(buffer, bufferIndex); bufferIndex += 4;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 02:21:31 GMT 2025 - 4.8K bytes - Click Count (0) -
docs/smb3-features/01-smb3-lease-design.md
dstIndex += 16; // CurrentLeaseState (4 bytes) writeInt4(dst, dstIndex, currentLeaseState); dstIndex += 4; // NewLeaseState (4 bytes) writeInt4(dst, dstIndex, newLeaseState); dstIndex += 4; // BreakReason (4 bytes) writeInt4(dst, dstIndex, breakReason); dstIndex += 4;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 22K bytes - Click Count (0)