Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dhash.h207 xmlHashCopy (xmlHashTablePtr table,
/external/libxml2/os400/libxmlrpg/
Dhash.rpgle206 d xmlHashCopy pr extproc('xmlHashCopy')
/external/libxml2/
Dentities.c952 return(xmlHashCopy(table, xmlCopyEntity)); in xmlCopyEntitiesTable()
Dhash.c990 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { in xmlHashCopy() function
Dlibxml2.syms864 xmlHashCopy;
Dvalid.c1662 return((xmlElementTablePtr) xmlHashCopy(table, xmlCopyElement)); in xmlCopyElementTable()
2213 return((xmlAttributeTablePtr) xmlHashCopy(table, xmlCopyAttribute)); in xmlCopyAttributeTable()
2490 return((xmlNotationTablePtr) xmlHashCopy(table, xmlCopyNotation)); 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