Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for subauthority (0.38 sec)

  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);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 11.2K bytes
    - Viewed (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);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 11.3K bytes
    - Viewed (0)
Back to top