Home
last modified time | relevance | path

Searched refs:rtl_compareMemory (Results 1 – 25 of 136) sorted by relevance

123456

/aoo41x/main/cppu/source/uno/
H A Deq.hxx134 …return (0 == ::rtl_compareMemory( pDestElements, pSourceElements, sizeof(sal_Unicode) * nElements … in _equalSequence()
148 return (0 == ::rtl_compareMemory( pDestElements, pSourceElements, sizeof(sal_Int8) * nElements )); in _equalSequence()
151 …return (0 == ::rtl_compareMemory( pDestElements, pSourceElements, sizeof(sal_Int16) * nElements )); in _equalSequence()
154 …return (0 == ::rtl_compareMemory( pDestElements, pSourceElements, sizeof(sal_Int32) * nElements )); in _equalSequence()
157 …return (0 == ::rtl_compareMemory( pDestElements, pSourceElements, sizeof(sal_Int64) * nElements )); in _equalSequence()
213 …return (0 == ::rtl_compareMemory( pDestElements, pSourceElements, sizeof(sal_Int32) * nElements )); in _equalSequence()
/aoo41x/main/comphelper/inc/comphelper/
H A Dservicehelper.hxx76 if( rId.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), \
88 if( rId.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), \
/aoo41x/main/store/workben/
H A Dt_file.cxx207 if (rtl_compareMemory (&verify[index], &magic, sizeof(magic))) in main()
214 if (rtl_compareMemory ( in main()
/aoo41x/main/sc/source/ui/unoobj/
H A Dtextuno.cxx190 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
691 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
795 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
899 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
/aoo41x/main/toolkit/inc/toolkit/helper/
H A Dmacros.hxx32 …if( ( rIdentifier.getLength() == 16 ) && ( 0 == rtl_compareMemory( ClassName::GetUnoTunnelId().get…
62 …if( ( rIdentifier.getLength() == 16 ) && ( 0 == rtl_compareMemory( ClassName::GetUnoTunnelId().get…
/aoo41x/main/sw/source/core/unocore/
H A DTextCursorHelper.cxx49 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
/aoo41x/main/sal/inc/rtl/
H A Dmemory.h38 sal_Int32 SAL_CALL rtl_compareMemory(const void *MemA, const void *MemB, sal_Size Bytes);
/aoo41x/main/sal/rtl/source/
H A Dmemory.c48 sal_Int32 SAL_CALL rtl_compareMemory(const void *MemA, const void *MemB, sal_Size Bytes) in rtl_compareMemory() function
H A Dbyteseq.c234 (rtl_compareMemory( in rtl_byte_sequence_equals()
/aoo41x/main/xmloff/source/style/
H A DStyleMap.cxx82 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
/aoo41x/main/connectivity/source/drivers/ado/
H A DAView.cxx69 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
H A DAIndex.cxx101 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
H A DAKey.cxx95 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
H A DAGroup.cxx115 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
/aoo41x/main/connectivity/source/commontools/
H A DTConnection.cxx66 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
/aoo41x/main/xmlsecurity/source/xmlsec/
H A Dxmlelementwrapper_xmlsecimpl.cxx65 0 == rtl_compareMemory( in getSomething()
/aoo41x/main/sw/inc/
H A Dunobaseclass.hxx151 (0 == rtl_compareMemory(C::getUnoTunnelId().getConstArray(), in UnoTunnelImpl()
/aoo41x/main/svl/source/numbers/
H A Dnumuno.cxx123 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
/aoo41x/main/connectivity/source/sdbcx/
H A DVDescriptor.cxx55 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
/aoo41x/main/comphelper/source/misc/
H A Daccimplaccess.cxx142 …&& ( 0 == rtl_compareMemory( getUnoTunnelImplementationId().getConstArray(), _rIdentifier.getConst… in getSomething()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DJoinExchange.cxx133 …if (_rIdentifier.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getCon… in getSomething()
/aoo41x/main/xmloff/source/transform/
H A DMutableAttrList.cxx96 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
/aoo41x/main/unotools/inc/unotools/
H A Dunotunnelhelper.hxx111 rtl_compareMemory(tunnelId, rIdentifier.getConstArray(), sizeof(tunnelId)) == 0; in equalTo()
/aoo41x/main/sd/source/ui/framework/factories/
H A DPane.cxx228 && rtl_compareMemory(getUnoTunnelId().getConstArray(), rId.getConstArray(), 16) == 0) in getSomething()
H A DViewShellWrapper.cxx198 && rtl_compareMemory(getUnoTunnelId().getConstArray(), rId.getConstArray(), 16) == 0) in getSomething()

Completed in 73 milliseconds

123456