Searched refs:outSize (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/libxmlsec/ |
H A D | xmlsec1-nssmangleciphers.patch | 518 xmlSecSize inSize, inBlocks, outSize; 549 outSize = xmlSecBufferGetSize(out); 578 - "size=%d", outSize + inSize + blockLen); 583 outBuf = xmlSecBufferGetData(out) + outSize; 606 - "size=%d", outSize + outLen); 629 xmlSecSize inSize, outSize; 660 outSize = xmlSecBufferGetSize(out); 725 - "size=%d", outSize + 2 * blockLen); 730 outBuf = xmlSecBufferGetData(out) + outSize; 770 - "size=%d", outSize + outLen); [all …]
|
H A D | xmlsec1-customkeymanage.patch | 2513 + xmlSecByte *out, xmlSecSize outSize) 2584 + xmlSecSize outSize , 2602 + xmlSecAssert2(outSize >= inSize, -1); 2677 + xmlSecSize outSize; 2692 + outSize = xmlSecBufferGetMaxSize(result) ; 2723 + out, outSize, 1); 2754 + out, outSize, 1); 2778 + out, outSize, 0); 2804 + out, outSize, 0); 2862 + xmlSecSize outSize; [all …]
|
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/adapter/ |
H A D | InputStreamToXInputStreamAdapter.java | 129 int outSize = bytesRead > 0 ? (int)bytesRead : 0; in readSomeBytes() local 130 byte[] out = new byte[outSize]; in readSomeBytes() 131 System.arraycopy(b[0], 0, out, 0, outSize); in readSomeBytes()
|
Completed in 50 milliseconds