• Home
  • Raw
  • Download

Lines Matching refs:pyobj_arg

1790     PyObject *pyobj_arg;  in libxml_xmlParserCtxtSetErrorHandler()  local
1793 &pyobj_ctxt, &pyobj_f, &pyobj_arg)) in libxml_xmlParserCtxtSetErrorHandler()
1813 Py_XINCREF(pyobj_arg); in libxml_xmlParserCtxtSetErrorHandler()
1814 pyCtxt->arg = pyobj_arg; in libxml_xmlParserCtxtSetErrorHandler()
1981 PyObject *pyobj_arg = Py_None; in libxml_xmlSetValidErrors() local
1986 … (args, (char *) "OOO|O:xmlSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg)) in libxml_xmlSetValidErrors()
2012 Py_XINCREF(pyobj_arg); in libxml_xmlSetValidErrors()
2013 pyCtxt->arg = pyobj_arg; in libxml_xmlSetValidErrors()
2097 PyObject *pyobj_arg; in libxml_xmlTextReaderSetErrorHandler() local
2100 …_ParseTuple(args, (char *)"OOO:xmlTextReaderSetErrorHandler", &pyobj_reader, &pyobj_f, &pyobj_arg)) in libxml_xmlTextReaderSetErrorHandler()
2134 Py_XINCREF(pyobj_arg); in libxml_xmlTextReaderSetErrorHandler()
2135 pyCtxt->arg = pyobj_arg; in libxml_xmlTextReaderSetErrorHandler()
3239 PyObject *pyobj_arg = Py_None; in libxml_xmlRelaxNGSetValidErrors() local
3244 …rgs, (char *) "OOO|O:xmlRelaxNGSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg)) in libxml_xmlRelaxNGSetValidErrors()
3279 Py_XINCREF(pyobj_arg); in libxml_xmlRelaxNGSetValidErrors()
3280 pyCtxt->arg = pyobj_arg; in libxml_xmlRelaxNGSetValidErrors()
3403 PyObject *pyobj_arg = Py_None; in libxml_xmlSchemaSetValidErrors() local
3408 …args, (char *) "OOO|O:xmlSchemaSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg)) in libxml_xmlSchemaSetValidErrors()
3443 Py_XINCREF(pyobj_arg); in libxml_xmlSchemaSetValidErrors()
3444 pyCtxt->arg = pyobj_arg; in libxml_xmlSchemaSetValidErrors()