Searched refs:ERROR_IGNORE (Results 1 – 4 of 4) sorted by relevance
123 #define ERROR_IGNORE (PyObject *)(2) macro
84 return ERROR_IGNORE; in internal_error_callback()123 else if (self->errors == ERROR_IGNORE) in codecctx_errors_get()279 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_encerror()398 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_decerror()
118 #define ERROR_IGNORE (PyObject *)(2) macro
74 return ERROR_IGNORE; in internal_error_callback()117 else if (self->errors == ERROR_IGNORE) in codecctx_errors_get()271 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_encerror()397 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_decerror()