Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx741 sal_uInt8** pOutBuf, sal_uInt32* pOutLen ) in unzipToBuffer() argument
757 *pOutLen = buf_increment_size; in unzipToBuffer()
765 const int nNewAlloc = *pOutLen + buf_increment_size; in unzipToBuffer()
767 aZStr.next_out = (Bytef*)(*pOutBuf + *pOutLen); in unzipToBuffer()
769 *pOutLen = nNewAlloc; in unzipToBuffer()
776 *pOutLen -= aZStr.avail_out; in unzipToBuffer()
783 *pOutLen = 0; in unzipToBuffer()

Completed in 21 milliseconds