Home
last modified time | relevance | path

Searched refs:outSize (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/libxmlsec/
H A Dxmlsec1-nssmangleciphers.patch518 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 Dxmlsec1-customkeymanage.patch2513 + 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 …]
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DInputStreamToXInputStreamAdapter.java129 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 35 milliseconds