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

  /external/libxml2/include/libxml/
xmlIO.h 269 xmlOutputBufferClose (xmlOutputBufferPtr out);
  /external/libxml2/
xmlsave.c 368 xmlOutputBufferClose(ctxt->buf);
    [all...]
c14n.c     [all...]
xmlwriter.c 262 xmlOutputBufferClose(out);
300 xmlOutputBufferClose(out);
347 xmlOutputBufferClose(out);
489 xmlOutputBufferClose(writer->out);
    [all...]
libxml2.syms 600 xmlOutputBufferClose;
    [all...]
xmlIO.c     [all...]
elfgcchack.h     [all...]
testapi.c 658 xmlOutputBufferClose(val);
786 xmlOutputBufferClose(val);
    [all...]
  /external/libxml2/python/
libxml.py 144 libxml2mod.xmlOutputBufferClose(self._o)
150 libxml2mod.xmlOutputBufferClose(self._o)
156 libxml2mod.xmlOutputBufferClose(self._o)
libxml.c 570 if (!PyArg_ParseTuple(args, (char *)"O:xmlOutputBufferClose", &pyobj_out))
579 c_retval = xmlOutputBufferClose(out);
    [all...]

Completed in 449 milliseconds