Searched refs:indexIntoNode (Results 1 – 1 of 1) sorted by relevance
609 PyObject *indexIntoNode; in libxml_xmlXPathObjectPtrWrap() local613 indexIntoNode = PY_IMPORT_INT((long) obj->index); in libxml_xmlXPathObjectPtrWrap()617 PyTuple_SetItem(tuple, 1, indexIntoNode); in libxml_xmlXPathObjectPtrWrap()630 PyObject *indexIntoNode; in libxml_xmlXPathObjectPtrWrap() local637 indexIntoNode = PY_IMPORT_INT((long) obj->index); in libxml_xmlXPathObjectPtrWrap()641 PyTuple_SetItem(tuple, 1, indexIntoNode); in libxml_xmlXPathObjectPtrWrap()648 PyObject *indexIntoNode; in libxml_xmlXPathObjectPtrWrap() local655 indexIntoNode = PY_IMPORT_INT((long) obj->index); in libxml_xmlXPathObjectPtrWrap()659 PyTuple_SetItem(tuple, 1, indexIntoNode); in libxml_xmlXPathObjectPtrWrap()664 indexIntoNode = PY_IMPORT_INT((long) obj->index2); in libxml_xmlXPathObjectPtrWrap()[all …]