Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c4403 Bcj2_Decode(struct _7zip *zip, uint8_t *outBuf, size_t outSize) in Bcj2_Decode() argument
4438 for (i = 0; zip->odd_bcj_size > 0 && outPos < outSize; i++) { in Bcj2_Decode()
4443 if (outSize == 0) { in Bcj2_Decode()
4455 if (outSize - outPos < limit) in Bcj2_Decode()
4456 limit = outSize - outPos; in Bcj2_Decode()
4472 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
4517 for (i = 0; i < 4 && outPos < outSize; i++) in Bcj2_Decode()
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c1445 size_t const outSize = LZ4F_compressUpdate(ctx, writeJob->buffer, writeJob->bufferSize, in FIO_compressLz4Frame() local
1447 if (LZ4F_isError(outSize)) in FIO_compressLz4Frame()
1449 srcFileName, LZ4F_getErrorName(outSize)); in FIO_compressLz4Frame()
1450 outFileSize += outSize; in FIO_compressLz4Frame()
1462 writeJob->usedBufferSize = outSize; in FIO_compressLz4Frame()
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_mslsa.c555 …tTicketRequest(UNICODE_STRING DomainName, PKERB_RETRIEVE_TKT_REQUEST * outRequest, ULONG * outSize) in ConstructTicketRequest() argument
564 *outSize = 0; in ConstructTicketRequest()
613 *outSize = RequestSize; in ConstructTicketRequest()