Searched refs:xmlOutputBufferClose (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlsave.c364 xmlOutputBufferClose(ctxt->buf);
1956 xmlOutputBufferClose(outbuf);
2096 (void)xmlOutputBufferClose(out_buff);
2206 ret = xmlOutputBufferClose(buf);
2231 * Warning ! This call xmlOutputBufferClose() on buf which is not available
2243 xmlOutputBufferClose(buf);
2254 ret = xmlOutputBufferClose(buf);
2266 * Warning ! This call xmlOutputBufferClose() on buf which is not available
2282 xmlOutputBufferClose(buf);
2293 ret = xmlOutputBufferClose(bu
[all...]
H A DHTMLtree.c490 ret = xmlOutputBufferClose(buf);
586 (void)xmlOutputBufferClose(buf);
1064 ret = xmlOutputBufferClose(buf);
1125 ret = xmlOutputBufferClose(buf);
1189 ret = xmlOutputBufferClose(buf);
H A DxmlIO.in.h263 xmlOutputBufferClose (xmlOutputBufferPtr out);
H A Dc14n.c1724 (void) xmlOutputBufferClose(buf);
1732 (void) xmlOutputBufferClose(buf);
1798 (void) xmlOutputBufferClose(buf);
1805 ret = xmlOutputBufferClose(buf);
H A Dxmlwriter.c254 xmlOutputBufferClose(out);
292 xmlOutputBufferClose(out);
339 xmlOutputBufferClose(out);
479 xmlOutputBufferClose(writer->out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlsave.c364 xmlOutputBufferClose(ctxt->buf);
2093 xmlOutputBufferClose(outbuf);
2235 (void)xmlOutputBufferClose(out_buff);
2347 ret = xmlOutputBufferClose(buf);
2372 * Warning ! This call xmlOutputBufferClose() on buf which is not available
2384 xmlOutputBufferClose(buf);
2396 ret = xmlOutputBufferClose(buf);
2408 * Warning ! This call xmlOutputBufferClose() on buf which is not available
2424 xmlOutputBufferClose(buf);
2436 ret = xmlOutputBufferClose(bu
[all...]
H A DHTMLtree.c495 ret = xmlOutputBufferClose(buf);
591 (void)xmlOutputBufferClose(buf);
1073 ret = xmlOutputBufferClose(buf);
1134 ret = xmlOutputBufferClose(buf);
1198 ret = xmlOutputBufferClose(buf);
H A Dc14n.c1724 (void) xmlOutputBufferClose(buf);
1732 (void) xmlOutputBufferClose(buf);
1798 (void) xmlOutputBufferClose(buf);
1805 ret = xmlOutputBufferClose(buf);
H A Dxmlwriter.c254 xmlOutputBufferClose(out);
292 xmlOutputBufferClose(out);
339 xmlOutputBufferClose(out);
479 xmlOutputBufferClose(writer->out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlsave.c364 xmlOutputBufferClose(ctxt->buf);
2093 xmlOutputBufferClose(outbuf);
2235 (void)xmlOutputBufferClose(out_buff);
2347 ret = xmlOutputBufferClose(buf);
2372 * Warning ! This call xmlOutputBufferClose() on buf which is not available
2384 xmlOutputBufferClose(buf);
2396 ret = xmlOutputBufferClose(buf);
2408 * Warning ! This call xmlOutputBufferClose() on buf which is not available
2424 xmlOutputBufferClose(buf);
2436 ret = xmlOutputBufferClose(bu
[all...]
H A DHTMLtree.c495 ret = xmlOutputBufferClose(buf);
591 (void)xmlOutputBufferClose(buf);
1073 ret = xmlOutputBufferClose(buf);
1134 ret = xmlOutputBufferClose(buf);
1198 ret = xmlOutputBufferClose(buf);
H A Dc14n.c1724 (void) xmlOutputBufferClose(buf);
1732 (void) xmlOutputBufferClose(buf);
1798 (void) xmlOutputBufferClose(buf);
1805 ret = xmlOutputBufferClose(buf);
H A Dxmlwriter.c254 xmlOutputBufferClose(out);
292 xmlOutputBufferClose(out);
339 xmlOutputBufferClose(out);
479 xmlOutputBufferClose(writer->out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.c364 xmlOutputBufferClose(ctxt->buf);
1956 xmlOutputBufferClose(outbuf);
2096 (void)xmlOutputBufferClose(out_buff);
2206 ret = xmlOutputBufferClose(buf);
2231 * Warning ! This call xmlOutputBufferClose() on buf which is not available
2243 xmlOutputBufferClose(buf);
2254 ret = xmlOutputBufferClose(buf);
2266 * Warning ! This call xmlOutputBufferClose() on buf which is not available
2282 xmlOutputBufferClose(buf);
2293 ret = xmlOutputBufferClose(bu
[all...]
H A DHTMLtree.c490 ret = xmlOutputBufferClose(buf);
586 (void)xmlOutputBufferClose(buf);
1064 ret = xmlOutputBufferClose(buf);
1125 ret = xmlOutputBufferClose(buf);
1189 ret = xmlOutputBufferClose(buf);
H A DxmlIO.in.h263 xmlOutputBufferClose (xmlOutputBufferPtr out);
H A Dc14n.c1724 (void) xmlOutputBufferClose(buf);
1732 (void) xmlOutputBufferClose(buf);
1798 (void) xmlOutputBufferClose(buf);
1805 ret = xmlOutputBufferClose(buf);
H A Dxmlwriter.c254 xmlOutputBufferClose(out);
292 xmlOutputBufferClose(out);
339 xmlOutputBufferClose(out);
479 xmlOutputBufferClose(writer->out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.py116 libxml2mod.xmlOutputBufferClose(self._o)
122 libxml2mod.xmlOutputBufferClose(self._o)
128 libxml2mod.xmlOutputBufferClose(self._o)
H A Dlibxml.c514 if (!PyArg_ParseTuple(args, (char *)"O:xmlOutputBufferClose", &pyobj_out))
523 c_retval = xmlOutputBufferClose(out);
2891 len = xmlOutputBufferClose(buf);
2894 len = xmlOutputBufferClose(buf);
2898 len = xmlOutputBufferClose(buf);
3579 len = xmlOutputBufferClose(buf);
3664 {(char *) "xmlOutputBufferClose", libxml_xmlOutputBufferClose, METH_VARARGS, NULL},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dlibxml.py116 libxml2mod.xmlOutputBufferClose(self._o)
122 libxml2mod.xmlOutputBufferClose(self._o)
128 libxml2mod.xmlOutputBufferClose(self._o)
H A Dlibxml.c514 if (!PyArg_ParseTuple(args, (char *)"O:xmlOutputBufferClose", &pyobj_out))
523 c_retval = xmlOutputBufferClose(out);
2891 len = xmlOutputBufferClose(buf);
2894 len = xmlOutputBufferClose(buf);
2898 len = xmlOutputBufferClose(buf);
3579 len = xmlOutputBufferClose(buf);
3664 {(char *) "xmlOutputBufferClose", libxml_xmlOutputBufferClose, METH_VARARGS, NULL},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DxmlIO.h263 xmlOutputBufferClose (xmlOutputBufferPtr out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DxmlIO.h263 xmlOutputBufferClose (xmlOutputBufferPtr out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DxmlIO.h263 xmlOutputBufferClose (xmlOutputBufferPtr out);

Completed in 386 milliseconds

12