Searched refs:xmlHashCopy (Results 1 - 10 of 10) sorted by last modified time

/external/libxml2/
H A Delfgcchack.h4285 #undef xmlHashCopy macro
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
H A Dentities.c947 return(xmlHashCopy(table, (xmlHashCopier) xmlCopyEntity));
H A Dhash.c966 * xmlHashCopy:
975 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { function
H A Dvalid.c1650 return((xmlElementTablePtr) xmlHashCopy(table,
2194 return((xmlAttributeTablePtr) xmlHashCopy(table,
2465 return((xmlNotationTablePtr) xmlHashCopy(table,
/external/libxml2/include/libxml/
H A Dhash.h204 xmlHashCopy (xmlHashTablePtr table,
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dhash.h204 xmlHashCopy (xmlHashTablePtr table,
/external/chromium_org/third_party/libxml/src/
H A Dvalid.c1650 return((xmlElementTablePtr) xmlHashCopy(table,
2194 return((xmlAttributeTablePtr) xmlHashCopy(table,
2465 return((xmlNotationTablePtr) xmlHashCopy(table,
H A Delfgcchack.h4193 #undef xmlHashCopy macro
4194 extern __typeof (xmlHashCopy) xmlHashCopy __attribute((alias("xmlHashCopy__internal_alias")));
4196 #ifndef xmlHashCopy
4197 extern __typeof (xmlHashCopy) xmlHashCopy__internal_alias __attribute((visibility("hidden")));
4198 #define xmlHashCopy xmlHashCopy__internal_alias macro
H A Dentities.c864 return(xmlHashCopy(table, (xmlHashCopier) xmlCopyEntity));
H A Dhash.c934 * xmlHashCopy:
943 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { function

Completed in 227 milliseconds