Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lastStart (0.1 sec)

  1. src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java

            int totalCreateContextLength = 0;
            if ( this.createContexts != null ) {
                int lastStart = -1;
                for ( CreateContextRequest createContext : this.createContexts ) {
                    int structStart = dstIndex;
    
                    SMBUtil.writeInt4(0, dst, structStart); // Next
                    if ( lastStart > 0 ) {
                        // set next pointer of previous CREATE_CONTEXT
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sat Jun 01 09:52:11 UTC 2019
    - 14.3K bytes
    - Viewed (0)
Back to top