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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c1174 * xmlFreeDoc:
1180 xmlFreeDoc(xmlDocPtr cur) { function
1187 "xmlFreeDoc : document == NULL\n");
3599 xmlFreeDoc((xmlDocPtr) cur);
H A Delfgcchack.h3481 #undef xmlFreeDoc macro
3482 extern __typeof (xmlFreeDoc) xmlFreeDoc __attribute((alias("xmlFreeDoc__internal_alias")));
3484 #ifndef xmlFreeDoc
3485 extern __typeof (xmlFreeDoc) xmlFreeDoc__internal_alias __attribute((visibility("hidden")));
3486 #define xmlFreeDoc xmlFreeDoc__internal_alias macro
/external/libxml2/
H A Dtree.c1192 * xmlFreeDoc:
1198 xmlFreeDoc(xmlDocPtr cur) { function
1205 "xmlFreeDoc : document == NULL\n");
3641 xmlFreeDoc((xmlDocPtr) cur);
H A Delfgcchack.h3573 #undef xmlFreeDoc macro
3574 extern __typeof (xmlFreeDoc) xmlFreeDoc __attribute((alias("xmlFreeDoc__internal_alias")));
3576 #ifndef xmlFreeDoc
3577 extern __typeof (xmlFreeDoc) xmlFreeDoc__internal_alias __attribute((visibility("hidden")));
3578 #define xmlFreeDoc xmlFreeDoc__internal_alias macro

Completed in 294 milliseconds