/aoo41x/main/cppu/source/uno/ |
H A D | eq.hxx | 134 …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 D | servicehelper.hxx | 76 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 D | t_file.cxx | 207 if (rtl_compareMemory (&verify[index], &magic, sizeof(magic))) in main() 214 if (rtl_compareMemory ( in main()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | textuno.cxx | 190 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 D | macros.hxx | 32 …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 D | TextCursorHelper.cxx | 49 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
|
/aoo41x/main/sal/inc/rtl/ |
H A D | memory.h | 38 sal_Int32 SAL_CALL rtl_compareMemory(const void *MemA, const void *MemB, sal_Size Bytes);
|
/aoo41x/main/sal/rtl/source/ |
H A D | memory.c | 48 sal_Int32 SAL_CALL rtl_compareMemory(const void *MemA, const void *MemB, sal_Size Bytes) in rtl_compareMemory() function
|
H A D | byteseq.c | 234 (rtl_compareMemory( in rtl_byte_sequence_equals()
|
/aoo41x/main/xmloff/source/style/ |
H A D | StyleMap.cxx | 82 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AView.cxx | 69 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
|
H A D | AIndex.cxx | 101 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
|
H A D | AKey.cxx | 95 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
|
H A D | AGroup.cxx | 115 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | TConnection.cxx | 66 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
|
/aoo41x/main/xmlsecurity/source/xmlsec/ |
H A D | xmlelementwrapper_xmlsecimpl.cxx | 65 0 == rtl_compareMemory( in getSomething()
|
/aoo41x/main/sw/inc/ |
H A D | unobaseclass.hxx | 151 (0 == rtl_compareMemory(C::getUnoTunnelId().getConstArray(), in UnoTunnelImpl()
|
/aoo41x/main/svl/source/numbers/ |
H A D | numuno.cxx | 123 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
|
/aoo41x/main/connectivity/source/sdbcx/ |
H A D | VDescriptor.cxx | 55 …return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArr… in getSomething()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | accimplaccess.cxx | 142 …&& ( 0 == rtl_compareMemory( getUnoTunnelImplementationId().getConstArray(), _rIdentifier.getConst… in getSomething()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | JoinExchange.cxx | 133 …if (_rIdentifier.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getCon… in getSomething()
|
/aoo41x/main/xmloff/source/transform/ |
H A D | MutableAttrList.cxx | 96 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | unotunnelhelper.hxx | 111 rtl_compareMemory(tunnelId, rIdentifier.getConstArray(), sizeof(tunnelId)) == 0; in equalTo()
|
/aoo41x/main/sd/source/ui/framework/factories/ |
H A D | Pane.cxx | 228 && rtl_compareMemory(getUnoTunnelId().getConstArray(), rId.getConstArray(), 16) == 0) in getSomething()
|
H A D | ViewShellWrapper.cxx | 198 && rtl_compareMemory(getUnoTunnelId().getConstArray(), rId.getConstArray(), 16) == 0) in getSomething()
|