Searched refs:xmlSaveFormatFileTo (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.in.h1123 xmlSaveFormatFileTo (xmlOutputBufferPtr buf,
H A Dxmlsave.c2259 * xmlSaveFormatFileTo:
2272 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, function
H A Dcatalog.c685 ret = xmlSaveFormatFileTo(buf, doc, NULL, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h1151 xmlSaveFormatFileTo (xmlOutputBufferPtr buf,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.in.h1123 xmlSaveFormatFileTo (xmlOutputBufferPtr buf,
H A Dxmlsave.c2259 * xmlSaveFormatFileTo:
2272 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, function
H A Dcatalog.c685 ret = xmlSaveFormatFileTo(buf, doc, NULL, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.c578 if (!PyArg_ParseTuple(args, (char *)"OOzi:xmlSaveFormatFileTo", &pyobj_buf, &pyobj_cur, &encoding, &format))
583 c_retval = xmlSaveFormatFileTo(buf, cur, encoding, format);
584 /* xmlSaveFormatFileTo() freed the memory pointed to by buf, so record that
2887 len = xmlSaveFormatFileTo(buf, doc, encoding, format);
3667 { (char *)"xmlSaveFormatFileTo", libxml_xmlSaveFormatFileTo, METH_VARARGS, NULL },
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlsave.c2401 * xmlSaveFormatFileTo:
2414 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, function
H A Dcatalog.c697 ret = xmlSaveFormatFileTo(buf, doc, NULL, 1);
H A Delfgcchack.h9188 #undef xmlSaveFormatFileTo macro
9189 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo __attribute((alias("xmlSaveFormatFileTo__internal_alias")));
9191 #ifndef xmlSaveFormatFileTo
9192 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo__internal_alias __attribute((visibility("hidden")));
9193 #define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias macro
H A Dtestapi.c22974 ret_val = xmlSaveFormatFileTo(buf, cur, (const char *)encoding, format);
22984 printf("Leak of %d blocks found in xmlSaveFormatFileTo",
[all...]

Completed in 415 milliseconds