Searched refs:xmlHashCopy (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dhash.h204 xmlHashCopy (xmlHashTablePtr table,
/vbox/src/libs/libxml2-2.6.31/
H A Dentities.c818 return(xmlHashCopy(table, (xmlHashCopier) xmlCopyEntity));
H A Dhash.c935 * xmlHashCopy:
944 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { function
H A Dvalid.c1647 return((xmlElementTablePtr) xmlHashCopy(table,
2234 return((xmlAttributeTablePtr) xmlHashCopy(table,
2505 return((xmlNotationTablePtr) xmlHashCopy(table,
H A Delfgcchack.h4169 #undef xmlHashCopy macro
4170 extern __typeof (xmlHashCopy) xmlHashCopy __attribute((alias("xmlHashCopy__internal_alias")));
4172 #ifndef xmlHashCopy
4173 extern __typeof (xmlHashCopy) xmlHashCopy__internal_alias __attribute((visibility("hidden")));
4174 #define xmlHashCopy xmlHashCopy__internal_alias macro

Completed in 85 milliseconds