Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/
Dzlib.h86 z_const Bytef *next_in; /* next input byte */ member
/CTR-SDK-4.2.8-20130828/sources/libraries/cx/
Dcx_StreamingUncompression.cpp1543 s.next_in = NULL; in InitUncompressContextDeflateCommon()
1564 s.next_in = reinterpret_cast<nncxZlib_Bytef*>(const_cast<void*>(pData)); in ReadUncompressDeflateCommon()
Dcx_Uncompression.cpp1088 s.next_in = reinterpret_cast<nncxZlib_Bytef*>(const_cast<void*>(pSrc)); in UncompressDeflateCommon()
Dcx_Compression.cpp1322 s.next_in = reinterpret_cast<nncxZlib_Bytef*>(const_cast<void*>(pSrc)); in CompressDeflateCommon()