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

/external/chromium_org/third_party/libxml/src/
H A Dxmlwriter.c692 count = xmlTextWriterEndComment(writer);
799 * xmlTextWriterEndComment:
807 xmlTextWriterEndComment(xmlTextWriterPtr writer) function
816 "xmlTextWriterEndComment : invalid writer!\n");
823 "xmlTextWriterEndComment : not allowed in this context!\n");
936 count = xmlTextWriterEndComment(writer);
3015 count = xmlTextWriterEndComment(writer);
H A Delfgcchack.h11862 #undef xmlTextWriterEndComment macro
11863 extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment __attribute((alias("xmlTextWriterEndComment__internal_alias")));
11865 #ifndef xmlTextWriterEndComment
11866 extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment__internal_alias __attribute((visibility("hidden")));
11867 #define xmlTextWriterEndComment xmlTextWriterEndComment__internal_alias macro
/external/libxml2/
H A Dxmlwriter.c696 count = xmlTextWriterEndComment(writer);
803 * xmlTextWriterEndComment:
811 xmlTextWriterEndComment(xmlTextWriterPtr writer) function
820 "xmlTextWriterEndComment : invalid writer!\n");
827 "xmlTextWriterEndComment : not allowed in this context!\n");
940 count = xmlTextWriterEndComment(writer);
3019 count = xmlTextWriterEndComment(writer);
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

Completed in 130 milliseconds