Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 12 of 12 for subauthority (0.06 seconds)

  1. src/main/java/jcifs/smb1/dcerpc/rpc.java

                    identifier_authority[_i] = (byte) _src.dec_ndr_small();
                }
                if (sub_authority == null) {
                    if (_sub_authoritys < 0 || _sub_authoritys > 0xFFFF) {
                        throw new NdrException(NdrException.INVALID_CONFORMANCE);
                    }
                    sub_authority = new int[_sub_authoritys];
                }
                _src = _src.derive(_sub_authorityi);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 11.2K bytes
    - Click Count (0)
  2. src/main/java/jcifs/dcerpc/rpc.java

                    this.identifier_authority[_i] = (byte) _src.dec_ndr_small();
                }
                if (this.sub_authority == null) {
                    if (_sub_authoritys < 0 || _sub_authoritys > 0xFFFF) {
                        throw new NdrException(NdrException.INVALID_CONFORMANCE);
                    }
                    this.sub_authority = new int[_sub_authoritys];
                }
                _src = _src.derive(_sub_authorityi);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 11.3K bytes
    - Click Count (0)
Back to Top