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

/external/chromium_org/third_party/libxml/src/
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
/external/libxml2/
H A Dhash.c199 * xmlHashCreateDict:
208 xmlHashCreateDict(int size, xmlDictPtr dict) { function
H A Delfgcchack.h4305 #undef xmlHashCreateDict macro
4306 extern __typeof (xmlHashCreateDict) xmlHashCreateDict __attribute((alias("xmlHashCreateDict__internal_alias")));
4308 #ifndef xmlHashCreateDict
4309 extern __typeof (xmlHashCreateDict) xmlHashCreateDict__internal_alias __attribute((visibility("hidden")));
4310 #define xmlHashCreateDict xmlHashCreateDict__internal_alias macro

Completed in 4217 milliseconds