Searched refs:xmlOutputBufferFlush (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxmlIO.h261 xmlOutputBufferFlush (xmlOutputBufferPtr out);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlsave.c945 xmlOutputBufferFlush(buf);
1672 return(xmlOutputBufferFlush(ctxt->buf));
2093 xmlOutputBufferFlush(out_buff);
H A DHTMLtree.c578 xmlOutputBufferFlush(buf);
H A DxmlIO.c2343 xmlOutputBufferFlush(out);
3426 * xmlOutputBufferFlush:
3434 xmlOutputBufferFlush(xmlOutputBufferPtr out) { function
H A Dc14n.c1621 ret = xmlOutputBufferFlush(buf);
H A Dxmlwriter.c4220 count = xmlOutputBufferFlush(writer->out);
H A Delfgcchack.h6680 #undef xmlOutputBufferFlush macro
6681 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush __attribute((alias("xmlOutputBufferFlush__internal_alias")));
6683 #ifndef xmlOutputBufferFlush
6684 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush__internal_alias __attribute((visibility("hidden")));
6685 #define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias macro
H A Dtestapi.c28081 ret_val = xmlOutputBufferFlush(out);
28087 printf("Leak of %d blocks found in xmlOutputBufferFlush",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c533 if (!PyArg_ParseTuple(args, (char *)"O:xmlOutputBufferFlush", &pyobj_out))
537 c_retval = xmlOutputBufferFlush(out);
2808 xmlOutputBufferFlush(buf);
2844 xmlOutputBufferFlush(buf);
2886 xmlOutputBufferFlush(buf);
3743 { (char *)"xmlOutputBufferFlush", libxml_xmlOutputBufferFlush, METH_VARARGS, NULL },

Completed in 2478 milliseconds