Home
last modified time | relevance | path

Searched refs:ctxtobj (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/libxslt/libxslt-1.1.34/python/
H A Dlibxslt.c565 PyObject *ctxtobj, *pctxtobj, *result; in pythonDocLoaderFuncWrapper() local
569 ctxtobj = libxslt_xsltTransformContextPtrWrap(ctxt); in pythonDocLoaderFuncWrapper()
571 (char *) "(sOOi)", URI, pctxtobj, ctxtobj, 0); in pythonDocLoaderFuncWrapper()
574 ctxtobj = libxslt_xsltStylesheetPtrWrap(ctxt); in pythonDocLoaderFuncWrapper()
576 (char *) "(sOOi)", URI, pctxtobj, ctxtobj, 1); in pythonDocLoaderFuncWrapper()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/python/
H A Dlibxml.c656 PyObject *ctxtobj; in pythonExternalEntityLoader() local
658 ctxtobj = libxml_xmlParserCtxtPtrWrap(ctxt); in pythonExternalEntityLoader()
664 (char *) "(ssO)", URL, ID, ctxtobj); in pythonExternalEntityLoader()
665 Py_XDECREF(ctxtobj); in pythonExternalEntityLoader()
/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Dlibxml.c715 PyObject *ctxtobj; in pythonExternalEntityLoader() local
717 ctxtobj = libxml_xmlParserCtxtPtrWrap(ctxt); in pythonExternalEntityLoader()
723 (char *) "(ssO)", URL, ID, ctxtobj); in pythonExternalEntityLoader()
724 Py_XDECREF(ctxtobj); in pythonExternalEntityLoader()
/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Dlibxml.c715 PyObject *ctxtobj; in pythonExternalEntityLoader() local
717 ctxtobj = libxml_xmlParserCtxtPtrWrap(ctxt); in pythonExternalEntityLoader()
723 (char *) "(ssO)", URL, ID, ctxtobj); in pythonExternalEntityLoader()
724 Py_XDECREF(ctxtobj); in pythonExternalEntityLoader()