- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for lastNameBufferIndex (0.14 sec)
-
src/main/java/jcifs/internal/smb1/trans2/Trans2FindFirst2Response.java
* lastNameOffset falls between the start of the * entry and the next entry. */ if ( this.lastNameBufferIndex >= bufferIndex && ( e.getNextEntryOffset() == 0 || this.lastNameBufferIndex < ( bufferIndex + e.getNextEntryOffset() ) ) ) { this.lastName = e.getFilename(); this.resumeKey = e.getFileIndex(); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/Trans2FindFirst2Response.java
* lastNameOffset falls between the start of the * entry and the next entry. */ if( lastNameBufferIndex >= bufferIndex && ( e.nextEntryOffset == 0 || lastNameBufferIndex < ( bufferIndex + e.nextEntryOffset ))) { lastName = e.filename; resumeKey = e.fileIndex; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 8.5K bytes - Viewed (0)