• Home
  • Raw
  • Download

Lines Matching refs:pyobj_f

1665     PyObject *pyobj_f;  in libxml_xmlRegisterErrorHandler()  local
1669 (args, (char *) "OO:xmlRegisterErrorHandler", &pyobj_f, in libxml_xmlRegisterErrorHandler()
1675 pyobj_f); in libxml_xmlRegisterErrorHandler()
1686 Py_XINCREF(pyobj_f); in libxml_xmlRegisterErrorHandler()
1689 libxml_xmlPythonErrorFuncHandler = pyobj_f; in libxml_xmlRegisterErrorHandler()
1789 PyObject *pyobj_f; in libxml_xmlParserCtxtSetErrorHandler() local
1793 &pyobj_ctxt, &pyobj_f, &pyobj_arg)) in libxml_xmlParserCtxtSetErrorHandler()
1810 Py_XINCREF(pyobj_f); in libxml_xmlParserCtxtSetErrorHandler()
1811 pyCtxt->f = pyobj_f; in libxml_xmlParserCtxtSetErrorHandler()
1816 if (pyobj_f != Py_None) { in libxml_xmlParserCtxtSetErrorHandler()
2096 PyObject *pyobj_f; in libxml_xmlTextReaderSetErrorHandler() local
2100 …if (!PyArg_ParseTuple(args, (char *)"OOO:xmlTextReaderSetErrorHandler", &pyobj_reader, &pyobj_f, &… in libxml_xmlTextReaderSetErrorHandler()
2125 if (pyobj_f != Py_None) in libxml_xmlTextReaderSetErrorHandler()
2132 Py_XINCREF(pyobj_f); in libxml_xmlTextReaderSetErrorHandler()
2133 pyCtxt->f = pyobj_f; in libxml_xmlTextReaderSetErrorHandler()
2339 PyObject *pyobj_f; in libxml_xmlRegisterXPathFunction() local
2344 &ns_uri, &pyobj_f)) in libxml_xmlRegisterXPathFunction()
2352 if ((pyobj_ctx == NULL) || (name == NULL) || (pyobj_f == NULL)) { in libxml_xmlRegisterXPathFunction()
2364 Py_XINCREF(pyobj_f); in libxml_xmlRegisterXPathFunction()
2366 (*libxml_xpathCallbacks)[i].function = pyobj_f; in libxml_xmlRegisterXPathFunction()
2378 Py_XINCREF(pyobj_f); in libxml_xmlRegisterXPathFunction()
2382 (*libxml_xpathCallbacks)[i].function = pyobj_f; in libxml_xmlRegisterXPathFunction()