Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx757 const unsigned int buf_increment_size = 16384; in unzipToBuffer() local
759 *pOutBuf = (sal_uInt8*)rtl_reallocateMemory( *pOutBuf, buf_increment_size ); in unzipToBuffer()
761 aZStr.avail_out = buf_increment_size; in unzipToBuffer()
763 *pOutLen = buf_increment_size; in unzipToBuffer()
771 const int nNewAlloc = *pOutLen + buf_increment_size; in unzipToBuffer()
774 aZStr.avail_out = buf_increment_size; in unzipToBuffer()