- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 144 for dataLen (0.06 seconds)
-
src/test/java/jcifs/internal/smb1/net/TestSmbComTransactionResponseReader.java
*/ private static byte[] createBuffer(int dataLen, byte[] dataBytes, String params) throws UnsupportedEncodingException { final byte[] paramBytes = params.getBytes(SmbConstants.DEFAULT_OEM_ENCODING); byte[] buffer = new byte[10 + paramBytes.length + dataLen]; // copy params System.arraycopy(paramBytes, 0, buffer, 10, paramBytes.length);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 4.2K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateRequest.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 9.3K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java
final int dataLen = SMBUtil.readInt2(buffer, ncpos + 2); // Validate context data length if (dataLen < 0 || dataLen > 1024) { // 1KB max per context throw new SMBProtocolDecodingException( "Invalid negotiate context data length: " + dataLen + " at position " + i + " (must be 0-1024)"); }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 24K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/trans/TransTransactNamedPipeResponseTest.java
// Test when data length exceeds outputBuffer size byte[] buffer = new byte[2000]; int dataLen = outputBuffer.length + 100; // Exceeds outputBuffer size SMBProtocolDecodingException exception = assertThrows(SMBProtocolDecodingException.class, () -> response.readDataWireFormat(buffer, 0, dataLen)); assertEquals("Payload exceeds buffer size", exception.getMessage()); }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.5K bytes - Click Count (0) -
cmd/object-handlers_test.go
int64(testCase.dataLen), testCase.chunkSize, bytes.NewReader(testCase.data), testCase.accessKey, testCase.secretKey) case testCase.contentEncoding == "": req, err = newTestStreamingSignedRequest(http.MethodPut, getPutObjectURL("", testCase.bucketName, testCase.objectName), int64(testCase.dataLen), testCase.chunkSize, bytes.NewReader(testCase.data),
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 163.1K bytes - Click Count (0) -
cmd/test-utils_test.go
} // calculateSignedChunkLength - calculates the length of the overall stream (data + metadata) func calculateStreamContentLength(dataLen, chunkSize int64) int64 { if dataLen <= 0 { return 0 } chunksCount := dataLen / chunkSize remainingBytes := dataLen % chunkSize var streamLen int64 streamLen += chunksCount * calculateSignedChunkLength(chunkSize) if remainingBytes > 0 {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 77K bytes - Click Count (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), type BpfHdr struct pkg syscall (freebsd-386-cgo), type BpfHdr struct, Caplen uint32 pkg syscall (freebsd-386-cgo), type BpfHdr struct, Datalen uint32 pkg syscall (freebsd-386-cgo), type BpfHdr struct, Hdrlen uint16 pkg syscall (freebsd-386-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 pkg syscall (freebsd-386-cgo), type BpfHdr struct, Tstamp Timeval
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1) -
api/go1.14.txt
pkg syscall (freebsd-arm64), method (*Msghdr) SetControllen(int) pkg syscall (freebsd-arm64), type BpfHdr struct pkg syscall (freebsd-arm64), type BpfHdr struct, Caplen uint32 pkg syscall (freebsd-arm64), type BpfHdr struct, Datalen uint32 pkg syscall (freebsd-arm64), type BpfHdr struct, Hdrlen uint16 pkg syscall (freebsd-arm64), type BpfHdr struct, Pad_cgo_0 [6]uint8 pkg syscall (freebsd-arm64), type BpfHdr struct, Tstamp Timeval
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type BpfHdr struct #53466 pkg syscall (freebsd-riscv64), type BpfHdr struct, Caplen uint32 #53466 pkg syscall (freebsd-riscv64), type BpfHdr struct, Datalen uint32 #53466 pkg syscall (freebsd-riscv64), type BpfHdr struct, Hdrlen uint16 #53466 pkg syscall (freebsd-riscv64), type BpfHdr struct, Pad_cgo_0 [6]uint8 #53466
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type BpfHdr struct pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Caplen uint32 pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Datalen uint32 pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Hdrlen uint16 pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Pad_cgo_0 [6]uint8 pkg syscall (netbsd-arm64-cgo), type BpfHdr struct, Tstamp BpfTimeval
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0)