Lines Matching defs:exc
597 static void wrong_exception_type(PyObject *exc) in wrong_exception_type()
616 PyObject *PyCodec_StrictErrors(PyObject *exc) in PyCodec_StrictErrors()
627 PyObject *PyCodec_IgnoreErrors(PyObject *exc) in PyCodec_IgnoreErrors()
652 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors()
705 PyObject *PyCodec_XMLCharRefReplaceErrors(PyObject *exc) in PyCodec_XMLCharRefReplaceErrors()
830 PyObject *PyCodec_BackslashReplaceErrors(PyObject *exc) in PyCodec_BackslashReplaceErrors()
907 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors()
914 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors()
920 static PyObject *replace_errors(PyObject *self, PyObject *exc) in replace_errors()
926 static PyObject *xmlcharrefreplace_errors(PyObject *self, PyObject *exc) in xmlcharrefreplace_errors()
932 static PyObject *backslashreplace_errors(PyObject *self, PyObject *exc) in backslashreplace_errors()