Lines Matching refs:pyobj_ctx

1667     PyObject *pyobj_ctx;  in libxml_xmlRegisterErrorHandler()  local
1671 &pyobj_ctx)) in libxml_xmlRegisterErrorHandler()
1675 printf("libxml_xmlRegisterErrorHandler(%p, %p) called\n", pyobj_ctx, in libxml_xmlRegisterErrorHandler()
1686 Py_XINCREF(pyobj_ctx); in libxml_xmlRegisterErrorHandler()
1691 libxml_xmlPythonErrorFuncCtxt = pyobj_ctx; in libxml_xmlRegisterErrorHandler()
1981 PyObject *pyobj_ctx; in libxml_xmlSetValidErrors() local
1987 … (args, (char *) "OOO|O:xmlSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg)) in libxml_xmlSetValidErrors()
1991 printf("libxml_xmlSetValidErrors(%p, %p, %p) called\n", pyobj_ctx, pyobj_error, pyobj_warn); in libxml_xmlSetValidErrors()
1994 ctxt = PyValidCtxt_Get(pyobj_ctx); in libxml_xmlSetValidErrors()
2339 PyObject *pyobj_ctx; in libxml_xmlRegisterXPathFunction() local
2344 (args, (char *) "OszO:registerXPathFunction", &pyobj_ctx, &name, in libxml_xmlRegisterXPathFunction()
2348 ctx = (xmlXPathContextPtr) PyxmlXPathContext_Get(pyobj_ctx); in libxml_xmlRegisterXPathFunction()
2353 if ((pyobj_ctx == NULL) || (name == NULL) || (pyobj_f == NULL)) { in libxml_xmlRegisterXPathFunction()
2401 PyObject *pyobj_ctx; in libxml_xmlXPathRegisterVariable() local
2405 (args, (char *) "OszO:xpathRegisterVariable", &pyobj_ctx, &name, in libxml_xmlXPathRegisterVariable()
2409 ctx = (xmlXPathContextPtr) PyxmlXPathContext_Get(pyobj_ctx); in libxml_xmlXPathRegisterVariable()
3239 PyObject *pyobj_ctx; in libxml_xmlRelaxNGSetValidErrors() local
3245 …(args, (char *) "OOO|O:xmlRelaxNGSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_ar… in libxml_xmlRelaxNGSetValidErrors()
3249 …printf("libxml_xmlRelaxNGSetValidErrors(%p, %p, %p) called\n", pyobj_ctx, pyobj_error, pyobj_warn); in libxml_xmlRelaxNGSetValidErrors()
3252 ctxt = PyrelaxNgValidCtxt_Get(pyobj_ctx); in libxml_xmlRelaxNGSetValidErrors()
3403 PyObject *pyobj_ctx; in libxml_xmlSchemaSetValidErrors() local
3409 …(args, (char *) "OOO|O:xmlSchemaSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg… in libxml_xmlSchemaSetValidErrors()
3413 printf("libxml_xmlSchemaSetValidErrors(%p, %p, %p) called\n", pyobj_ctx, pyobj_error, pyobj_warn); in libxml_xmlSchemaSetValidErrors()
3416 ctxt = PySchemaValidCtxt_Get(pyobj_ctx); in libxml_xmlSchemaSetValidErrors()