Searched defs:xmlHashCreateDict (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dhash.c167 * xmlHashCreateDict:
176 xmlHashCreateDict(int size, xmlDictPtr dict) { function
H A Delfgcchack.h4213 #undef xmlHashCreateDict macro
4214 extern __typeof (xmlHashCreateDict) xmlHashCreateDict __attribute((alias("xmlHashCreateDict__internal_alias")));
4216 #ifndef xmlHashCreateDict
4217 extern __typeof (xmlHashCreateDict) xmlHashCreateDict__internal_alias __attribute((visibility("hidden")));
4218 #define xmlHashCreateDict xmlHashCreateDict__internal_alias macro

Completed in 53 milliseconds