• Home
  • Raw
  • Download

Lines Matching refs:pyobj_ctx

1666     PyObject *pyobj_ctx;  in libxml_xmlRegisterErrorHandler()  local
1670 &pyobj_ctx)) in libxml_xmlRegisterErrorHandler()
1674 printf("libxml_xmlRegisterErrorHandler(%p, %p) called\n", pyobj_ctx, in libxml_xmlRegisterErrorHandler()
1685 Py_XINCREF(pyobj_ctx); in libxml_xmlRegisterErrorHandler()
1690 libxml_xmlPythonErrorFuncCtxt = pyobj_ctx; in libxml_xmlRegisterErrorHandler()
1980 PyObject *pyobj_ctx; in libxml_xmlSetValidErrors() local
1986 … (args, (char *) "OOO|O:xmlSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg)) in libxml_xmlSetValidErrors()
1990 printf("libxml_xmlSetValidErrors(%p, %p, %p) called\n", pyobj_ctx, pyobj_error, pyobj_warn); in libxml_xmlSetValidErrors()
1993 ctxt = PyValidCtxt_Get(pyobj_ctx); in libxml_xmlSetValidErrors()
2338 PyObject *pyobj_ctx; in libxml_xmlRegisterXPathFunction() local
2343 (args, (char *) "OszO:registerXPathFunction", &pyobj_ctx, &name, in libxml_xmlRegisterXPathFunction()
2347 ctx = (xmlXPathContextPtr) PyxmlXPathContext_Get(pyobj_ctx); in libxml_xmlRegisterXPathFunction()
2352 if ((pyobj_ctx == NULL) || (name == NULL) || (pyobj_f == NULL)) { in libxml_xmlRegisterXPathFunction()
2400 PyObject *pyobj_ctx; in libxml_xmlXPathRegisterVariable() local
2404 (args, (char *) "OszO:xpathRegisterVariable", &pyobj_ctx, &name, in libxml_xmlXPathRegisterVariable()
2408 ctx = (xmlXPathContextPtr) PyxmlXPathContext_Get(pyobj_ctx); in libxml_xmlXPathRegisterVariable()
3238 PyObject *pyobj_ctx; in libxml_xmlRelaxNGSetValidErrors() local
3244 …(args, (char *) "OOO|O:xmlRelaxNGSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_ar… in libxml_xmlRelaxNGSetValidErrors()
3248 …printf("libxml_xmlRelaxNGSetValidErrors(%p, %p, %p) called\n", pyobj_ctx, pyobj_error, pyobj_warn); in libxml_xmlRelaxNGSetValidErrors()
3251 ctxt = PyrelaxNgValidCtxt_Get(pyobj_ctx); in libxml_xmlRelaxNGSetValidErrors()
3402 PyObject *pyobj_ctx; in libxml_xmlSchemaSetValidErrors() local
3408 …(args, (char *) "OOO|O:xmlSchemaSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg… in libxml_xmlSchemaSetValidErrors()
3412 printf("libxml_xmlSchemaSetValidErrors(%p, %p, %p) called\n", pyobj_ctx, pyobj_error, pyobj_warn); in libxml_xmlSchemaSetValidErrors()
3415 ctxt = PySchemaValidCtxt_Get(pyobj_ctx); in libxml_xmlSchemaSetValidErrors()