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

  /external/libxml2/
xmlwriter.c 171 * xmlNewTextWriter:
174 * Create a new xmlNewTextWriter structure using an xmlOutputBufferPtr
181 xmlNewTextWriter(xmlOutputBufferPtr out)
188 "xmlNewTextWriter : out of memory!\n");
199 "xmlNewTextWriter : out of memory!\n");
210 "xmlNewTextWriter : out of memory!\n");
225 "xmlNewTextWriter : out of memory!\n");
241 * Create a new xmlNewTextWriter structure with @uri as output
258 ret = xmlNewTextWriter(out);
276 * Create a new xmlNewTextWriter structure with @buf as outpu
    [all...]
elfgcchack.h     [all...]

Completed in 37 milliseconds