Home
last modified time | relevance | path

Searched defs:RETURN_ERROR (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dflac_picture.h27 #define RETURN_ERROR(code) do { ret = (code); goto fail; } while (0) macro
/third_party/python/Modules/_sre/
H A Dsre_lib.h375 #define RETURN_ERROR(i) do { return i; } while(0) macro
/third_party/lz4/lib/
H A Dlz4frame.c315 #define RETURN_ERROR(e) return LZ4F_returnErrorCode(LZ4F_ERROR_ ## e) macro
[all...]

Completed in 6 milliseconds