Searched defs:pyobj_output (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml2-py.c | 147 PyObject *pyobj_output; local 152 if (!PyArg_ParseTuple(args, (char *)"OOi:xmlDebugDumpNodeList", &pyobj_output, &pyobj_node, &depth)) 154 output = (FILE *) PyFile_Get(pyobj_output); 2632 PyObject *pyobj_output; local 2637 if (!PyArg_ParseTuple(args, (char *)"OOi:xmlDebugDumpAttr", &pyobj_output, &pyobj_attr, &depth)) 2639 output = (FILE *) PyFile_Get(pyobj_output); 2719 PyObject *pyobj_output; local 2724 if (!PyArg_ParseTuple(args, (char *)"OOi:xmlDebugDumpOneNode", &pyobj_output, &pyobj_node, &depth)) 2726 output = (FILE *) PyFile_Get(pyobj_output); 3301 PyObject *pyobj_output; local 3984 PyObject *pyobj_output; local 4003 PyObject *pyobj_output; local 6460 PyObject *pyobj_output; local 6771 PyObject *pyobj_output; local 7069 PyObject *pyobj_output; local 7559 PyObject *pyobj_output; local 7907 PyObject *pyobj_output; local 8576 PyObject *pyobj_output; local 11030 PyObject *pyobj_output; local 12011 PyObject *pyobj_output; local 12205 PyObject *pyobj_output; local 13395 PyObject *pyobj_output; local [all...] |
Completed in 127 milliseconds