Searched defs:RETURN_ERROR (Results 1 – 5 of 5) sorted by relevance
27 #define RETURN_ERROR(code) do { ret = (code); goto fail; } while (0) macro
477 #define RETURN_ERROR(code) do { ret = (code); goto fail; } while (0) macro
193 #define RETURN_ERROR(format, ...) do { \ macro259 #define RETURN_ERROR(format, ...) do { \ macro
403 #define RETURN_ERROR(i) do { return i; } while(0) macro
315 #define RETURN_ERROR(e) return LZ4F_returnErrorCode(LZ4F_ERROR_ ## e) macro