Searched refs:nNewAlloc (Results 1 – 1 of 1) sorted by relevance
765 const int nNewAlloc = *pOutLen + buf_increment_size; in unzipToBuffer() local766 *pOutBuf = (sal_uInt8*)rtl_reallocateMemory( *pOutBuf, nNewAlloc ); in unzipToBuffer()769 *pOutLen = nNewAlloc; in unzipToBuffer()
Completed in 12 milliseconds