- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for addsize (0.05 sec)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
if ( size < 33 || ( 4 + size ) > this.sbuf.length ) { throw new IOException("Invalid payload size: " + size); } int hdrSize = this.smb2 ? Smb2Constants.SMB2_HEADER_LENGTH : SMB1_HEADER_LENGTH; readn(this.in, this.sbuf, 4 + hdrSize, size - hdrSize); log.trace("Read negotiate response"); } /** * @param first * @param n * @return
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0) -
cmd/test-utils_test.go
} // Malform chunk size given a request signed using streaming signatureV4. func malformChunkSizeSigV4(req *http.Request, badSize int64) (*http.Request, error) { bufReader := bufio.NewReader(req.Body) _, chunkSignature, err := readChunkLine(bufReader) if err != nil { return nil, err } n := badSize newHexChunkSize := []byte(fmt.Sprintf("%x", n)) newChunkHdr := []byte(fmt.Sprintf("%s"+s3ChunkSignatureStr+"%s\r\n",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 77K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/ppc64.s
ADDMEV R3, R4 // 7c8305d4 ADDMEVCC R3, R4 // 7c8305d5 ADDCV R3, R4 // 7c841c14 ADDCVCC R3, R4 // 7c841c15 ADDZE R3, R4 // 7c830194 ADDZECC R3, R4 // 7c830195 ADDZEV R3, R4 // 7c830594 ADDZEVCC R3, R4 // 7c830595 SUBME R3, R4 // 7c8301d0
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Oct 29 13:14:38 UTC 2024 - 51K bytes - Viewed (0)