Lines Matching refs:pOutBytes
796 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
839 unzipToBuffer( pStream, nBytes, &pOutBytes, &nOutBytes ); in emit()
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()
905 rtl_freeMemory( pOutBytes ); in emit()