Lines Matching refs:PyTuple_SetItem
1506 PyTuple_SetItem(list, 0, libxml_xmlPythonErrorFuncCtxt); in libxml_xmlErrorFuncHandler()
1509 PyTuple_SetItem(list, 1, message); in libxml_xmlErrorFuncHandler()
1596 PyTuple_SetItem(list, 0, pyCtxt->arg); in libxml_xmlParserCtxtErrorHandler()
1598 PyTuple_SetItem(list, 1, libxml_constcharPtrWrap(error->message)); in libxml_xmlParserCtxtErrorHandler()
1599 PyTuple_SetItem(list, 2, libxml_intWrap(severity)); in libxml_xmlParserCtxtErrorHandler()
1600 PyTuple_SetItem(list, 3, Py_None); in libxml_xmlParserCtxtErrorHandler()
1673 PyTuple_SetItem(py_retval, 0, pyCtxt->f); in libxml_xmlParserCtxtGetErrorHandler()
1675 PyTuple_SetItem(py_retval, 1, pyCtxt->arg); in libxml_xmlParserCtxtGetErrorHandler()
1680 PyTuple_SetItem(py_retval, 0, Py_None); in libxml_xmlParserCtxtGetErrorHandler()
1682 PyTuple_SetItem(py_retval, 1, Py_None); in libxml_xmlParserCtxtGetErrorHandler()
1735 PyTuple_SetItem(list, 0, libxml_charPtrWrap(str)); in libxml_xmlValidCtxtGenericErrorFuncHandler()
1736 PyTuple_SetItem(list, 1, pyCtxt->arg); in libxml_xmlValidCtxtGenericErrorFuncHandler()
1758 PyTuple_SetItem(list, 0, libxml_charPtrWrap(str)); in libxml_xmlValidCtxtGenericWarningFuncHandler()
1759 PyTuple_SetItem(list, 1, pyCtxt->arg); in libxml_xmlValidCtxtGenericWarningFuncHandler()
1887 PyTuple_SetItem(list, 0, pyCtxt->arg); in libxml_xmlTextReaderErrorCallback()
1889 PyTuple_SetItem(list, 1, libxml_charPtrConstWrap(msg)); in libxml_xmlTextReaderErrorCallback()
1890 PyTuple_SetItem(list, 2, libxml_intWrap(severity)); in libxml_xmlTextReaderErrorCallback()
1891 PyTuple_SetItem(list, 3, libxml_xmlTextReaderLocatorPtrWrap(locator)); in libxml_xmlTextReaderErrorCallback()
1977 PyTuple_SetItem(py_retval, 0, pyCtxt->f); in libxml_xmlTextReaderGetErrorHandler()
1979 PyTuple_SetItem(py_retval, 1, pyCtxt->arg); in libxml_xmlTextReaderGetErrorHandler()
1985 PyTuple_SetItem(py_retval, 0, Py_None); in libxml_xmlTextReaderGetErrorHandler()
1987 PyTuple_SetItem(py_retval, 1, Py_None); in libxml_xmlTextReaderGetErrorHandler()
2078 PyTuple_SetItem(list, 0, libxml_xmlXPathParserContextPtrWrap(ctxt)); in libxml_xmlXPathFuncCallback()
2082 PyTuple_SetItem(list, i + 1, cur); in libxml_xmlXPathFuncCallback()
2905 PyTuple_SetItem(list, 0, libxml_charPtrWrap(str)); in libxml_xmlRelaxNGValidityGenericErrorFuncHandler()
2906 PyTuple_SetItem(list, 1, pyCtxt->arg); in libxml_xmlRelaxNGValidityGenericErrorFuncHandler()
2928 PyTuple_SetItem(list, 0, libxml_charPtrWrap(str)); in libxml_xmlRelaxNGValidityGenericWarningFuncHandler()
2929 PyTuple_SetItem(list, 1, pyCtxt->arg); in libxml_xmlRelaxNGValidityGenericWarningFuncHandler()
3057 PyTuple_SetItem(list, 0, libxml_charPtrWrap(str)); in libxml_xmlSchemaValidityGenericErrorFuncHandler()
3058 PyTuple_SetItem(list, 1, pyCtxt->arg); in libxml_xmlSchemaValidityGenericErrorFuncHandler()
3080 PyTuple_SetItem(list, 0, libxml_charPtrWrap(str)); in libxml_xmlSchemaValidityGenericWarningFuncHandler()
3081 PyTuple_SetItem(list, 1, pyCtxt->arg); in libxml_xmlSchemaValidityGenericWarningFuncHandler()