Searched refs:pOutBytes (Results 1 – 1 of 1) sorted by relevance
796 sal_uInt8* pOutBytes = NULL; in writeStream() local798 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() local843 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 18 milliseconds