Home | History | Annotate | Download | only in python

Lines Matching refs:xmlOutputBufferFlush

591     if (!PyArg_ParseTuple(args, (char *)"O:xmlOutputBufferFlush", &pyobj_out))
595 c_retval = xmlOutputBufferFlush(out);
3843 { (char *)"xmlOutputBufferFlush", libxml_xmlOutputBufferFlush, METH_VARARGS, NULL },