Lines Matching defs:exc
661 static void wrong_exception_type(PyObject *exc) in wrong_exception_type()
668 PyObject *PyCodec_StrictErrors(PyObject *exc) in PyCodec_StrictErrors()
678 PyObject *PyCodec_IgnoreErrors(PyObject *exc) in PyCodec_IgnoreErrors()
702 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors()
757 PyObject *PyCodec_XMLCharRefReplaceErrors(PyObject *exc) in PyCodec_XMLCharRefReplaceErrors()
855 PyObject *PyCodec_BackslashReplaceErrors(PyObject *exc) in PyCodec_BackslashReplaceErrors()
964 PyObject *PyCodec_NameReplaceErrors(PyObject *exc) in PyCodec_NameReplaceErrors()
1126 PyCodec_SurrogatePassErrors(PyObject *exc) in PyCodec_SurrogatePassErrors()
1290 PyCodec_SurrogateEscapeErrors(PyObject *exc) in PyCodec_SurrogateEscapeErrors()
1367 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors()
1373 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors()
1379 static PyObject *replace_errors(PyObject *self, PyObject *exc) in replace_errors()
1385 static PyObject *xmlcharrefreplace_errors(PyObject *self, PyObject *exc) in xmlcharrefreplace_errors()
1391 static PyObject *backslashreplace_errors(PyObject *self, PyObject *exc) in backslashreplace_errors()
1396 static PyObject *namereplace_errors(PyObject *self, PyObject *exc) in namereplace_errors()
1401 static PyObject *surrogatepass_errors(PyObject *self, PyObject *exc) in surrogatepass_errors()
1406 static PyObject *surrogateescape_errors(PyObject *self, PyObject *exc) in surrogateescape_errors()