Home
last modified time | relevance | path

Searched refs:PyoutputBuffer_Get (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/python/
Dlibxml_wrap.h155 #define PyoutputBuffer_Get(v) (((v) == Py_None) ? NULL : \ macro
Dlibxml.c541 obj = PyoutputBuffer_Get(buffer); in libxml_outputBufferGetPythonFile()
572 out = (xmlOutputBufferPtr) PyoutputBuffer_Get(pyobj_out); in libxml_xmlOutputBufferClose()
593 out = (xmlOutputBufferPtr) PyoutputBuffer_Get(pyobj_out); in libxml_xmlOutputBufferFlush()
612 buf = (xmlOutputBufferPtr) PyoutputBuffer_Get(pyobj_buf); in libxml_xmlSaveFileTo()
636 buf = (xmlOutputBufferPtr) PyoutputBuffer_Get(pyobj_buf); in libxml_xmlSaveFormatFileTo()