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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlsave.c1616 * xmlSaveDoc:
1627 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) function
H A Delfgcchack.h9104 #undef xmlSaveDoc macro
9105 extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));
9107 #ifndef xmlSaveDoc
9108 extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));
9109 #define xmlSaveDoc xmlSaveDoc__internal_alias macro

Completed in 78 milliseconds