Searched refs:pyobj_error (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libxml2/python/ |
H A D | libxml.c | 1795 PyObject *pyobj_error; in libxml_xmlSetValidErrors() local 1803 … (args, (char *) "OOO|O:xmlSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg)) in libxml_xmlSetValidErrors() 1817 Py_XINCREF(pyobj_error); in libxml_xmlSetValidErrors() 1818 pyCtxt->error = pyobj_error; in libxml_xmlSetValidErrors() 2965 PyObject *pyobj_error; in libxml_xmlRelaxNGSetValidErrors() local 2973 …(args, (char *) "OOO|O:xmlRelaxNGSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_ar… in libxml_xmlRelaxNGSetValidErrors() 2996 Py_XINCREF(pyobj_error); in libxml_xmlRelaxNGSetValidErrors() 2997 pyCtxt->error = pyobj_error; in libxml_xmlRelaxNGSetValidErrors() 3117 PyObject *pyobj_error; in libxml_xmlSchemaSetValidErrors() local 3125 …(args, (char *) "OOO|O:xmlSchemaSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg… in libxml_xmlSchemaSetValidErrors() [all …]
|