Home
last modified time | relevance | path

Searched refs:pyobj_f (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/libxslt/libxslt-1.1.34/python/
H A Dlibxslt.c491 PyObject *pyobj_f; in libxslt_xsltRegisterExtModuleFunction() local
494 &name, &ns_uri, &pyobj_f)) in libxslt_xsltRegisterExtModuleFunction()
497 if ((name == NULL) || (pyobj_f == NULL)) { in libxslt_xsltRegisterExtModuleFunction()
513 ret = xmlHashAddEntry2(libxslt_extModuleFunctions, name, ns_uri, pyobj_f); in libxslt_xsltRegisterExtModuleFunction()
518 Py_XINCREF(pyobj_f); in libxslt_xsltRegisterExtModuleFunction()
954 PyObject *pyobj_f; in libxslt_xsltRegisterErrorHandler() local
958 (args, (char *) "OO:xmlRegisterErrorHandler", &pyobj_f, in libxslt_xsltRegisterErrorHandler()
964 pyobj_f); in libxslt_xsltRegisterErrorHandler()
975 Py_XINCREF(pyobj_f); in libxslt_xsltRegisterErrorHandler()
978 libxslt_xsltPythonErrorFuncHandler = pyobj_f; in libxslt_xsltRegisterErrorHandler()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/python/
H A Dlibxml.c1510 PyObject *pyobj_f; in libxml_xmlRegisterErrorHandler() local
1520 pyobj_f); in libxml_xmlRegisterErrorHandler()
1531 Py_XINCREF(pyobj_f); in libxml_xmlRegisterErrorHandler()
1634 PyObject *pyobj_f; in libxml_xmlParserCtxtSetErrorHandler() local
1655 Py_XINCREF(pyobj_f); in libxml_xmlParserCtxtSetErrorHandler()
1656 pyCtxt->f = pyobj_f; in libxml_xmlParserCtxtSetErrorHandler()
1940 PyObject *pyobj_f; in libxml_xmlTextReaderSetErrorHandler() local
1976 Py_XINCREF(pyobj_f); in libxml_xmlTextReaderSetErrorHandler()
1977 pyCtxt->f = pyobj_f; in libxml_xmlTextReaderSetErrorHandler()
2182 PyObject *pyobj_f; in libxml_xmlRegisterXPathFunction() local
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Dlibxml.c1675 PyObject *pyobj_f; in libxml_xmlRegisterErrorHandler() local
1685 pyobj_f); in libxml_xmlRegisterErrorHandler()
1696 Py_XINCREF(pyobj_f); in libxml_xmlRegisterErrorHandler()
1799 PyObject *pyobj_f; in libxml_xmlParserCtxtSetErrorHandler() local
1820 Py_XINCREF(pyobj_f); in libxml_xmlParserCtxtSetErrorHandler()
1821 pyCtxt->f = pyobj_f; in libxml_xmlParserCtxtSetErrorHandler()
2106 PyObject *pyobj_f; in libxml_xmlTextReaderSetErrorHandler() local
2142 Py_XINCREF(pyobj_f); in libxml_xmlTextReaderSetErrorHandler()
2143 pyCtxt->f = pyobj_f; in libxml_xmlTextReaderSetErrorHandler()
2349 PyObject *pyobj_f; in libxml_xmlRegisterXPathFunction() local
[all …]
H A Dlibxml2-py.c261 PyObject *pyobj_f; in libxml_htmlDocDump() local
265 if (!PyArg_ParseTuple(args, (char *)"OO:htmlDocDump", &pyobj_f, &pyobj_cur)) in libxml_htmlDocDump()
267 f = (FILE *) PyFile_Get(pyobj_f); in libxml_htmlDocDump()
2390 PyObject *pyobj_f; in libxml_xmlDocDump() local
2394 if (!PyArg_ParseTuple(args, (char *)"OO:xmlDocDump", &pyobj_f, &pyobj_cur)) in libxml_xmlDocDump()
2396 f = (FILE *) PyFile_Get(pyobj_f); in libxml_xmlDocDump()
2412 PyObject *pyobj_f; in libxml_xmlDocFormatDump() local
2419 f = (FILE *) PyFile_Get(pyobj_f); in libxml_xmlDocFormatDump()
2470 PyObject *pyobj_f; in libxml_xmlElemDump() local
2476 if (!PyArg_ParseTuple(args, (char *)"OOO:xmlElemDump", &pyobj_f, &pyobj_doc, &pyobj_cur)) in libxml_xmlElemDump()
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Dlibxml.c1675 PyObject *pyobj_f; in libxml_xmlRegisterErrorHandler() local
1685 pyobj_f); in libxml_xmlRegisterErrorHandler()
1696 Py_XINCREF(pyobj_f); in libxml_xmlRegisterErrorHandler()
1799 PyObject *pyobj_f; in libxml_xmlParserCtxtSetErrorHandler() local
1820 Py_XINCREF(pyobj_f); in libxml_xmlParserCtxtSetErrorHandler()
1821 pyCtxt->f = pyobj_f; in libxml_xmlParserCtxtSetErrorHandler()
2106 PyObject *pyobj_f; in libxml_xmlTextReaderSetErrorHandler() local
2142 Py_XINCREF(pyobj_f); in libxml_xmlTextReaderSetErrorHandler()
2143 pyCtxt->f = pyobj_f; in libxml_xmlTextReaderSetErrorHandler()
2349 PyObject *pyobj_f; in libxml_xmlRegisterXPathFunction() local
[all …]
H A Dlibxml2-py.c261 PyObject *pyobj_f; in libxml_htmlDocDump() local
265 if (!PyArg_ParseTuple(args, (char *)"OO:htmlDocDump", &pyobj_f, &pyobj_cur)) in libxml_htmlDocDump()
267 f = (FILE *) PyFile_Get(pyobj_f); in libxml_htmlDocDump()
2390 PyObject *pyobj_f; in libxml_xmlDocDump() local
2394 if (!PyArg_ParseTuple(args, (char *)"OO:xmlDocDump", &pyobj_f, &pyobj_cur)) in libxml_xmlDocDump()
2396 f = (FILE *) PyFile_Get(pyobj_f); in libxml_xmlDocDump()
2412 PyObject *pyobj_f; in libxml_xmlDocFormatDump() local
2419 f = (FILE *) PyFile_Get(pyobj_f); in libxml_xmlDocFormatDump()
2470 PyObject *pyobj_f; in libxml_xmlElemDump() local
2476 if (!PyArg_ParseTuple(args, (char *)"OOO:xmlElemDump", &pyobj_f, &pyobj_doc, &pyobj_cur)) in libxml_xmlElemDump()
[all …]
/dports/devel/py-libvirt/libvirt-python-7.10.0/
H A Dlibvirt-override.c1877 PyObject *pyobj_f; in libvirt_virRegisterErrorHandler() local
1881 &pyobj_f, &pyobj_ctx)) in libvirt_virRegisterErrorHandler()
1885 pyobj_f); in libvirt_virRegisterErrorHandler()
1892 if ((pyobj_f == Py_None) && (pyobj_ctx == Py_None)) { in libvirt_virRegisterErrorHandler()
1897 Py_XINCREF(pyobj_f); in libvirt_virRegisterErrorHandler()
1900 libvirt_virPythonErrorFuncHandler = pyobj_f; in libvirt_virRegisterErrorHandler()