- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for keydiff (0.07 sec)
-
bin/diff_yaml.py
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Mar 03 16:14:57 UTC 2021 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
this.smb2 = true; // also read the rest of the header int lenDiff = Smb2Constants.SMB2_HEADER_LENGTH - SmbConstants.SMB1_HEADER_LENGTH; if ( readn(this.in, this.sbuf, 4 + SmbConstants.SMB1_HEADER_LENGTH, lenDiff) < lenDiff ) { return null; } return (long) Encdec.dec_uint64le(this.sbuf, 28); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0)