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

  /external/chromium_org/third_party/libxml/src/
xmlwriter.c 506 * xmlTextWriterStartDocument:
517 xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version,
527 "xmlTextWriterStartDocument : invalid writer!\n");
534 "xmlTextWriterStartDocument : not allowed in this context!\n");
543 "xmlTextWriterStartDocument : out of memory!\n");
    [all...]
elfgcchack.h     [all...]
  /external/libxml2/
xmlwriter.c 510 * xmlTextWriterStartDocument:
521 xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version,
531 "xmlTextWriterStartDocument : invalid writer!\n");
538 "xmlTextWriterStartDocument : not allowed in this context!\n");
547 "xmlTextWriterStartDocument : out of memory!\n");
    [all...]
elfgcchack.h     [all...]

Completed in 45 milliseconds