HomeSort by relevance Sort by last modified time
    Searched defs:xmlTextWriterEndComment (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libxml/src/
xmlwriter.c 692 count = xmlTextWriterEndComment(writer);
799 * xmlTextWriterEndComment:
807 xmlTextWriterEndComment(xmlTextWriterPtr writer)
816 "xmlTextWriterEndComment : invalid writer!\n");
823 "xmlTextWriterEndComment : not allowed in this context!\n");
936 count = xmlTextWriterEndComment(writer);
    [all...]
elfgcchack.h     [all...]
  /external/libxml2/
xmlwriter.c 696 count = xmlTextWriterEndComment(writer);
803 * xmlTextWriterEndComment:
811 xmlTextWriterEndComment(xmlTextWriterPtr writer)
820 "xmlTextWriterEndComment : invalid writer!\n");
827 "xmlTextWriterEndComment : not allowed in this context!\n");
940 count = xmlTextWriterEndComment(writer);
    [all...]
elfgcchack.h     [all...]

Completed in 551 milliseconds