Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Junior (0.28 sec)

  1. src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java

            }
            public void decode_out(NdrBuffer _src) throws NdrException {
                int _infop = _src.dec_ndr_long();
                if (_infop != 0) {
                    _src.dec_ndr_short(); /* union discriminant */
                    info.decode(_src);
    
                }
                retval = (int)_src.dec_ndr_long();
            }
        }
        public static class LsarLookupSids extends DcerpcMessage {
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 33K bytes
    - Viewed (0)
  2. src/main/java/jcifs/dcerpc/msrpc/lsarpc.java

    
            @Override
            public void decode_out ( NdrBuffer _src ) throws NdrException {
                int _infop = _src.dec_ndr_long();
                if ( _infop != 0 ) {
                    _src.dec_ndr_short(); /* union discriminant */
                    this.info.decode(_src);
    
                }
                this.retval = _src.dec_ndr_long();
            }
        }
    
        public static class LsarLookupSids extends DcerpcMessage {
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:40:13 GMT 2019
    - 35.6K bytes
    - Viewed (0)
  3. LICENSE

          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
          control with that entity. For the purposes of this definition,
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue May 08 21:35:34 GMT 2018
    - 11.1K bytes
    - Viewed (0)
  4. src/main/java/jcifs/dcerpc/msrpc/netdfs.java

            }
    
    
            @Override
            public void decode ( NdrBuffer _src ) throws NdrException {
                _src.align(4);
                this.level = _src.dec_ndr_long();
                _src.dec_ndr_long(); /* union discriminant */
                int _ep = _src.dec_ndr_long();
    
                if ( _ep != 0 ) {
                    if ( this.e == null ) { /* YOYOYO */
                        this.e = new DfsEnumArray1();
                    }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:40:13 GMT 2019
    - 16.4K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/dcerpc/msrpc/srvsvc.java

                _dst.enc_ndr_long(resume_handle);
            }
            public void decode_out(NdrBuffer _src) throws NdrException {
                level = (int)_src.dec_ndr_long();
                _src.dec_ndr_long(); /* union discriminant */
                int _infop = _src.dec_ndr_long();
                if (_infop != 0) {
                    if (info == null) { /* YOYOYO */
                        info = new ShareInfoCtr0();
                    }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 18.4K bytes
    - Viewed (0)
  6. src/main/java/jcifs/dcerpc/msrpc/srvsvc.java

            }
    
    
            @Override
            public void decode_out ( NdrBuffer _src ) throws NdrException {
                this.level = _src.dec_ndr_long();
                _src.dec_ndr_long(); /* union discriminant */
                int _infop = _src.dec_ndr_long();
                if ( _infop != 0 ) {
                    if ( this.info == null ) { /* YOYOYO */
                        this.info = new ShareInfoCtr0();
                    }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:40:13 GMT 2019
    - 19.9K bytes
    - Viewed (0)
  7. LICENSE

          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
          control with that entity. For the purposes of this definition,
    Plain Text
    - Registered: Thu May 02 15:34:13 GMT 2024
    - Last Modified: Thu Jun 14 07:45:22 GMT 2018
    - 11.1K bytes
    - Viewed (0)
  8. src/main/config/eclipse/formatter/java.xml

    <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="do not insert"/>
    <setting id="org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" value="16"/>
    <setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value="insert"/>
    <setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sun Sep 17 06:39:42 GMT 2017
    - 30.5K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java

                }
            }
            public void decode(NdrBuffer _src) throws NdrException {
                _src.align(4);
                level = (int)_src.dec_ndr_long();
                _src.dec_ndr_long(); /* union discriminant */
                int _ep = _src.dec_ndr_long();
    
                if (_ep != 0) {
                    if (e == null) { /* YOYOYO */
                        e = new DfsEnumArray1();
                    }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 15K bytes
    - Viewed (0)
Back to top