Lines Matching refs:pyobj_arg
1791 PyObject *pyobj_arg; in libxml_xmlParserCtxtSetErrorHandler() local
1794 &pyobj_ctxt, &pyobj_f, &pyobj_arg)) in libxml_xmlParserCtxtSetErrorHandler()
1814 Py_XINCREF(pyobj_arg); in libxml_xmlParserCtxtSetErrorHandler()
1815 pyCtxt->arg = pyobj_arg; in libxml_xmlParserCtxtSetErrorHandler()
1982 PyObject *pyobj_arg = Py_None; in libxml_xmlSetValidErrors() local
1987 … (args, (char *) "OOO|O:xmlSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg)) in libxml_xmlSetValidErrors()
2013 Py_XINCREF(pyobj_arg); in libxml_xmlSetValidErrors()
2014 pyCtxt->arg = pyobj_arg; in libxml_xmlSetValidErrors()
2098 PyObject *pyobj_arg; in libxml_xmlTextReaderSetErrorHandler() local
2101 …_ParseTuple(args, (char *)"OOO:xmlTextReaderSetErrorHandler", &pyobj_reader, &pyobj_f, &pyobj_arg)) in libxml_xmlTextReaderSetErrorHandler()
2135 Py_XINCREF(pyobj_arg); in libxml_xmlTextReaderSetErrorHandler()
2136 pyCtxt->arg = pyobj_arg; in libxml_xmlTextReaderSetErrorHandler()
3240 PyObject *pyobj_arg = Py_None; in libxml_xmlRelaxNGSetValidErrors() local
3245 …rgs, (char *) "OOO|O:xmlRelaxNGSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg)) in libxml_xmlRelaxNGSetValidErrors()
3280 Py_XINCREF(pyobj_arg); in libxml_xmlRelaxNGSetValidErrors()
3281 pyCtxt->arg = pyobj_arg; in libxml_xmlRelaxNGSetValidErrors()
3404 PyObject *pyobj_arg = Py_None; in libxml_xmlSchemaSetValidErrors() local
3409 …args, (char *) "OOO|O:xmlSchemaSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg)) in libxml_xmlSchemaSetValidErrors()
3444 Py_XINCREF(pyobj_arg); in libxml_xmlSchemaSetValidErrors()
3445 pyCtxt->arg = pyobj_arg; in libxml_xmlSchemaSetValidErrors()