Home
last modified time | relevance | path

Searched refs:next_out (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/include/
Dzlib.h90 Bytef *next_out; /* next output byte should be put there */ member
/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Uncompression.cpp1090 s.next_out = reinterpret_cast<nncxZlib_Bytef*>(pDest); in UncompressDeflateCommon()
Dcx_Compression.cpp1324 s.next_out = reinterpret_cast<nncxZlib_Bytef*>(pDest); in CompressDeflateCommon()
Dcx_StreamingUncompression.cpp1545 s.next_out = reinterpret_cast<nncxZlib_Bytef*>(pDest); in InitUncompressContextDeflateCommon()