Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for decode_out (0.09 sec)

  1. src/main/java/jcifs/dcerpc/msrpc/netdfs.java

                if ( this.totalentries != null ) {
                    this.totalentries.encode(_dst);
    
                }
            }
    
    
            @Override
            public void decode_out ( NdrBuffer _src ) throws NdrException {
                int _infop = _src.dec_ndr_long();
                if ( _infop != 0 ) {
                    if ( this.info == null ) { /* YOYOYO */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:40:13 UTC 2019
    - 16.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java

                }
                _dst.enc_ndr_referent(totalentries, 1);
                if (totalentries != null) {
                    totalentries.encode(_dst);
    
                }
            }
            public void decode_out(NdrBuffer _src) throws NdrException {
                int _infop = _src.dec_ndr_long();
                if (_infop != 0) {
                    if (info == null) { /* YOYOYO */
                        info = new DfsEnumStruct();
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 15K bytes
    - Viewed (0)
Back to top