HomeSort by relevance Sort by last modified time
    Searched refs:PyoutputBuffer_Get (Results 1 - 2 of 2) sorted by null

  /external/libxml2/python/
libxml_wrap.h 155 #define PyoutputBuffer_Get(v) (((v) == Py_None) ? NULL : \
libxml.c 541 obj = PyoutputBuffer_Get(buffer);
572 out = (xmlOutputBufferPtr) PyoutputBuffer_Get(pyobj_out);
593 out = (xmlOutputBufferPtr) PyoutputBuffer_Get(pyobj_out);
612 buf = (xmlOutputBufferPtr) PyoutputBuffer_Get(pyobj_buf);
636 buf = (xmlOutputBufferPtr) PyoutputBuffer_Get(pyobj_buf);
    [all...]

Completed in 581 milliseconds