- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for altPathOffset (0.06 sec)
-
src/main/java/jcifs/smb1/smb1/Trans2GetDfsReferralResponse.java
",serverType=" + serverType + ",flags=" + flags + ",proximity=" + proximity + ",ttl=" + ttl + ",pathOffset=" + pathOffset + ",altPathOffset=" + altPathOffset + ",nodeOffset=" + nodeOffset + ",path=" + path + ",altPath=" + altPath + ",node=" + node + "]" ); } } int pathConsumed; int numReferrals;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 5K bytes - Viewed (0) -
src/main/java/jcifs/internal/dfs/Referral.java
} if ( nodeOffset > 0 ) { this.node = readString(buffer, start + nodeOffset, len); } if ( altPathOffset > 0 ) { this.altPath = readString(buffer, start + altPathOffset, len); } } else { int specialNameOffset = SMBUtil.readInt2(buffer, bufferIndex); bufferIndex += 2;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6.2K bytes - Viewed (0)