Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dhash.h204 xmlHashCopy (xmlHashTablePtr table,
/external/libxml2/os400/libxmlrpg/
Dhash.rpgle206 d xmlHashCopy pr extproc('xmlHashCopy')
/external/libxml2/
Dentities.c947 return(xmlHashCopy(table, (xmlHashCopier) xmlCopyEntity)); in xmlCopyEntitiesTable()
Dhash.c975 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { in xmlHashCopy() function
Dlibxml2.syms864 xmlHashCopy;
Dvalid.c1650 return((xmlElementTablePtr) xmlHashCopy(table, in xmlCopyElementTable()
2195 return((xmlAttributeTablePtr) xmlHashCopy(table, in xmlCopyAttributeTable()
2466 return((xmlNotationTablePtr) xmlHashCopy(table, in xmlCopyNotationTable()
Delfgcchack.h4285 #undef xmlHashCopy
4286 extern __typeof (xmlHashCopy) xmlHashCopy __attribute((alias("xmlHashCopy__internal_alias")));
4288 #ifndef xmlHashCopy
4289 extern __typeof (xmlHashCopy) xmlHashCopy__internal_alias __attribute((visibility("hidden")));
4290 #define xmlHashCopy xmlHashCopy__internal_alias macro
/external/libxml2/win32/
Dlibxml2.def.src945 xmlHashCopy