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

  /external/libxml2/
libxml2.syms 1026 xmlSaveFormatFileTo;
    [all...]
catalog.c 701 ret = xmlSaveFormatFileTo(buf, doc, NULL, 1);
    [all...]
xmlsave.c     [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
tree.h     [all...]
  /external/libxml2/python/
libxml.c 634 if (!PyArg_ParseTuple(args, (char *)"OOzi:xmlSaveFormatFileTo", &pyobj_buf, &pyobj_cur, &encoding, &format))
639 c_retval = xmlSaveFormatFileTo(buf, cur, encoding, format);
640 /* xmlSaveFormatFileTo() freed the memory pointed to by buf, so record that
    [all...]

Completed in 78 milliseconds