Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx796 sal_uInt8* pOutBytes = NULL; in writeStream() local
798 unzipToBuffer( pStream, nBytes, &pOutBytes, &nOutBytes ); in writeStream()
799 rWriteContext.write( pOutBytes, nOutBytes ); in writeStream()
800 rtl_freeMemory( pOutBytes ); in writeStream()
836 sal_uInt8* pOutBytes = NULL; in emit() local
843 pOutBytes = (sal_uInt8*)pStream; in emit()
894 bRet = rWriteContext.write( pOutBytes, nOutBytes ); in emit()
898 if( pOutBytes != (sal_uInt8*)pStream ) in emit()
899 rtl_freeMemory( pOutBytes ); in emit()
904 if( pOutBytes != (sal_uInt8*)pStream ) in emit()
[all …]

Completed in 25 milliseconds