- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for _ss (0.02 seconds)
-
src/main/java/jcifs/dcerpc/msrpc/netdfs.java
final int _ss = _src.dec_ndr_long(); final int _si = _src.index; _src.advance(4 * _ss); if (this.s == null) { if (_ss < 0 || _ss > 0xFFFF) { throw new NdrException(NdrException.INVALID_CONFORMANCE); } this.s = new DfsInfo1[_ss]; }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 21.8K bytes - Click Count (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java
final int _ss = _src.dec_ndr_long(); final int _si = _src.index; _src.advance(4 * _ss); if (s == null) { if (_ss < 0 || _ss > 0xFFFF) { throw new NdrException(NdrException.INVALID_CONFORMANCE); } s = new DfsInfo1[_ss]; }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 21.2K bytes - Click Count (0)