Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WinError (0.04 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

            do {
                int n;
    
                send(req, resp);
    
                if (resp.status != WinError.ERROR_SUCCESS && resp.status != WinError.ERROR_MORE_DATA) {
                    throw new SmbException(resp.status, true);
                }
                more = resp.status == WinError.ERROR_MORE_DATA;
    
                n = more ? resp.numEntries - 1 : resp.numEntries;
                for (int i = 0; i < n; i++) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top