Searched defs:pyobj_in (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c116 PyObject *pyobj_in; local
118 if (!PyArg_ParseTuple(args, (char *)"O:xmlFreeParserInputBuffer", &pyobj_in))
120 in = (xmlParserInputBufferPtr) PyinputBuffer_Get(pyobj_in);
1169 PyObject *pyobj_in; local
1172 if (!PyArg_ParseTuple(args, (char *)"Oi:xmlParserInputBufferRead", &pyobj_in, &len))
1174 in = (xmlParserInputBufferPtr) PyinputBuffer_Get(pyobj_in);
9949 PyObject *pyobj_in; local
9953 if (!PyArg_ParseTuple(args, (char *)"Oiz:xmlParserInputBufferPush", &pyobj_in, &len, &buf))
9955 in = (xmlParserInputBufferPtr) PyinputBuffer_Get(pyobj_in);
12832 PyObject *pyobj_in; local
[all...]

Completed in 178 milliseconds