Searched refs:xmlTextWriterEndComment (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlwriter.h68 XMLPUBFUN int XMLCALL xmlTextWriterEndComment(xmlTextWriterPtr writer);
/external/libxml2/
H A Dxmlwriter.c700 count = xmlTextWriterEndComment(writer);
807 * xmlTextWriterEndComment:
815 xmlTextWriterEndComment(xmlTextWriterPtr writer) function
824 "xmlTextWriterEndComment : invalid writer!\n");
831 "xmlTextWriterEndComment : not allowed in this context!\n");
944 count = xmlTextWriterEndComment(writer);
3025 count = xmlTextWriterEndComment(writer);
H A Dlibxml2.syms1850 xmlTextWriterEndComment;
H A Delfgcchack.h12024 #undef xmlTextWriterEndComment macro
12025 extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment __attribute((alias("xmlTextWriterEndComment__internal_alias")));
12027 #ifndef xmlTextWriterEndComment
12028 extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment__internal_alias __attribute((visibility("hidden")));
12029 #define xmlTextWriterEndComment xmlTextWriterEndComment__internal_alias macro
H A Dtestapi.c[all...]

Completed in 192 milliseconds