Searched refs:ERROR_REPLACE (Results 1 – 4 of 4) sorted by relevance
124 #define ERROR_REPLACE (PyObject *)(3) macro125 #define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT || ERROR_REPLACE < (p))
86 return ERROR_REPLACE; in internal_error_callback()125 else if (self->errors == ERROR_REPLACE) in codecctx_errors_get()256 if (errors == ERROR_REPLACE) { in multibytecodec_encerror()279 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_encerror()394 if (errors == ERROR_REPLACE) { in multibytecodec_decerror()398 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_decerror()
119 #define ERROR_REPLACE (PyObject *)(3) macro120 #define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT || ERROR_REPLACE < (p))
76 return ERROR_REPLACE; in internal_error_callback()119 else if (self->errors == ERROR_REPLACE) in codecctx_errors_get()236 if (errors == ERROR_REPLACE) { in multibytecodec_encerror()271 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_encerror()392 if (errors == ERROR_REPLACE) { in multibytecodec_decerror()397 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_decerror()