Lines Matching defs:exc
658 static void wrong_exception_type(PyObject *exc) in wrong_exception_type()
665 PyObject *PyCodec_StrictErrors(PyObject *exc) in PyCodec_StrictErrors()
675 PyObject *PyCodec_IgnoreErrors(PyObject *exc) in PyCodec_IgnoreErrors()
699 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors()
752 PyObject *PyCodec_XMLCharRefReplaceErrors(PyObject *exc) in PyCodec_XMLCharRefReplaceErrors()
850 PyObject *PyCodec_BackslashReplaceErrors(PyObject *exc) in PyCodec_BackslashReplaceErrors()
959 PyObject *PyCodec_NameReplaceErrors(PyObject *exc) in PyCodec_NameReplaceErrors()
1121 PyCodec_SurrogatePassErrors(PyObject *exc) in PyCodec_SurrogatePassErrors()
1285 PyCodec_SurrogateEscapeErrors(PyObject *exc) in PyCodec_SurrogateEscapeErrors()
1362 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors()
1368 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors()
1374 static PyObject *replace_errors(PyObject *self, PyObject *exc) in replace_errors()
1380 static PyObject *xmlcharrefreplace_errors(PyObject *self, PyObject *exc) in xmlcharrefreplace_errors()
1386 static PyObject *backslashreplace_errors(PyObject *self, PyObject *exc) in backslashreplace_errors()
1391 static PyObject *namereplace_errors(PyObject *self, PyObject *exc) in namereplace_errors()
1396 static PyObject *surrogatepass_errors(PyObject *self, PyObject *exc) in surrogatepass_errors()
1401 static PyObject *surrogateescape_errors(PyObject *self, PyObject *exc) in surrogateescape_errors()