HomeSort by relevance Sort by last modified time
    Searched refs:xmlNewTextWriter (Results 1 - 3 of 3) sorted by null

  /external/libxml2/include/libxml/
xmlwriter.h 34 xmlNewTextWriter(xmlOutputBufferPtr out);
  /external/libxml2/
xmlwriter.c 163 * xmlNewTextWriter:
166 * Create a new xmlNewTextWriter structure using an xmlOutputBufferPtr
173 xmlNewTextWriter(xmlOutputBufferPtr out)
180 "xmlNewTextWriter : out of memory!\n");
191 "xmlNewTextWriter : out of memory!\n");
202 "xmlNewTextWriter : out of memory!\n");
217 "xmlNewTextWriter : out of memory!\n");
233 * Create a new xmlNewTextWriter structure with @uri as output
250 ret = xmlNewTextWriter(out);
268 * Create a new xmlNewTextWriter structure with @buf as outpu
    [all...]
elfgcchack.h     [all...]

Completed in 39 milliseconds