- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for _1111110 (2.23 sec)
-
src/main/java/jcifs/smb1/smb1/SmbComTreeConnectAndX.java
* 7 = SMB_COM_TRANSACTION * 8 = SMB_COM_QUERY_INFORMATION */ /* All batch limits are single batch only until further notice */ private static byte[] batchLimits = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }; static { String s = Config.getProperty("jcifs.smb1.smb.client.TreeConnectAndX.CheckDirectory"); if (s != null) { batchLimits[0] = Byte.parseByte(s); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 6.6K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NodeStatusResponseTest.java
System.arraycopy(name.getBytes("US-ASCII"), 0, src, srcIndex + 1, 16); src[srcIndex + 16] = 0x00; // hex code src[srcIndex + 17] = (byte) 0xFE; // All flags except one: 11111110 // Bit 7: group (1) // Bits 6-5: owner node type (11 = 3) // Bit 4: being deleted (1) // Bit 3: in conflict (1) // Bit 2: active (1) // Bit 1: permanent (1)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java
"2097152, 1048576, 8, 512, 8589934592, 4294967296", // 8GB total, 4GB free "134217728, 67108864, 8, 512, 549755813888, 274877906944", // 512GB total, 256GB free "1, 1, 1, 1, 1, 1", // Minimal values "0, 0, 1, 1, 0, 0" // Zero allocation units }) void shouldCalculateVariousFileSystemSizes(long alloc, long free, int sectPerAlloc, int bytesPerSect, long expectedCapacity,
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 25.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java
"2097152, 1048576, 8, 512, 8589934592, 4294967296", // 8GB total, 4GB free "134217728, 67108864, 8, 512, 549755813888, 274877906944", // 512GB total, 256GB free "1, 1, 1, 1, 1, 1", // Minimal values "0, 0, 1, 1, 0, 0" // Zero allocation units }) void shouldCalculateVariousFileSystemSizes(long alloc, long free, int sectPerAlloc, int bytesPerSect, long expectedCapacity,
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.5K bytes - Viewed (0)