Searched refs:ERROR_REPLACE (Results 1 – 2 of 2) sorted by relevance
122 #define ERROR_REPLACE (PyObject *)(3) macro123 #define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT || ERROR_REPLACE < (p))
109 return ERROR_REPLACE; in internal_error_callback()142 else if (self->errors == ERROR_REPLACE) in codecctx_errors_get()259 if (errors == ERROR_REPLACE) { in multibytecodec_encerror()294 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_encerror()415 if (errors == ERROR_REPLACE) { in multibytecodec_decerror()420 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_decerror()