Home
last modified time | relevance | path

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

/aoo41x/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx751 const unsigned int buf_increment_size = 16384; in unzipToBuffer() local
753 *pOutBuf = (sal_uInt8*)rtl_reallocateMemory( *pOutBuf, buf_increment_size ); in unzipToBuffer()
755 aZStr.avail_out = buf_increment_size; in unzipToBuffer()
757 *pOutLen = buf_increment_size; in unzipToBuffer()
765 const int nNewAlloc = *pOutLen + buf_increment_size; in unzipToBuffer()
768 aZStr.avail_out = buf_increment_size; in unzipToBuffer()

Completed in 15 milliseconds