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

/external/chromium_org/third_party/libxml/src/
H A Dxmlmemory.c1046 * xmlGcMemSetup:
1064 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, function
1069 "xmlGcMemSetup()\n");
1088 "xmlGcMemSetup() Ok\n");
H A Delfgcchack.h3783 #undef xmlGcMemSetup macro
3784 extern __typeof (xmlGcMemSetup) xmlGcMemSetup __attribute((alias("xmlGcMemSetup__internal_alias")));
3786 #ifndef xmlGcMemSetup
3787 extern __typeof (xmlGcMemSetup) xmlGcMemSetup__internal_alias __attribute((visibility("hidden")));
3788 #define xmlGcMemSetup xmlGcMemSetup__internal_alias macro
/external/libxml2/
H A Dxmlmemory.c1049 * xmlGcMemSetup:
1067 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, function
1072 "xmlGcMemSetup()\n");
1091 "xmlGcMemSetup() Ok\n");
H A Delfgcchack.h3783 #undef xmlGcMemSetup macro
3784 extern __typeof (xmlGcMemSetup) xmlGcMemSetup __attribute((alias("xmlGcMemSetup__internal_alias")));
3786 #ifndef xmlGcMemSetup
3787 extern __typeof (xmlGcMemSetup) xmlGcMemSetup__internal_alias __attribute((visibility("hidden")));
3788 #define xmlGcMemSetup xmlGcMemSetup__internal_alias macro

Completed in 224 milliseconds