Searched refs:indexIntoNode (Results 1 – 1 of 1) sorted by relevance
487 PyObject *indexIntoNode; in libxml_xmlXPathObjectPtrWrap() local491 indexIntoNode = PY_IMPORT_INT((long) obj->index); in libxml_xmlXPathObjectPtrWrap()495 PyTuple_SetItem(tuple, 1, indexIntoNode); in libxml_xmlXPathObjectPtrWrap()508 PyObject *indexIntoNode; in libxml_xmlXPathObjectPtrWrap() local515 indexIntoNode = PY_IMPORT_INT((long) obj->index); in libxml_xmlXPathObjectPtrWrap()519 PyTuple_SetItem(tuple, 1, indexIntoNode); in libxml_xmlXPathObjectPtrWrap()526 PyObject *indexIntoNode; in libxml_xmlXPathObjectPtrWrap() local533 indexIntoNode = PY_IMPORT_INT((long) obj->index); in libxml_xmlXPathObjectPtrWrap()537 PyTuple_SetItem(tuple, 1, indexIntoNode); in libxml_xmlXPathObjectPtrWrap()542 indexIntoNode = PY_IMPORT_INT((long) obj->index2); in libxml_xmlXPathObjectPtrWrap()[all …]