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

/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c751 PyObject *pyobj_list; local
754 if (!PyArg_ParseTuple(args, (char *)"OOi:xmlNodeListGetRawString", &pyobj_doc, &pyobj_list, &inLine))
757 list = (xmlNodePtr) PyxmlNode_Get(pyobj_list);
9295 PyObject *pyobj_list; local
9299 if (!PyArg_ParseTuple(args, (char *)"OO:xmlSetListDoc", &pyobj_list, &pyobj_doc))
9301 list = (xmlNodePtr) PyxmlNode_Get(pyobj_list);
11388 PyObject *pyobj_list; local
11391 if (!PyArg_ParseTuple(args, (char *)"OOi:xmlNodeListGetString", &pyobj_doc, &pyobj_list, &inLine))
11394 list = (xmlNodePtr) PyxmlNode_Get(pyobj_list);

Completed in 141 milliseconds