Searched refs:LZ4F_isError (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/ulib/blobfs/
H A Dlz4.cpp36 if (LZ4F_isError(errc)) {
45 if (LZ4F_isError(r)) {
55 if (LZ4F_isError(r)) {
64 if (LZ4F_isError(r)) {
85 if (LZ4F_isError(errc)) {
105 if (LZ4F_isError(r)) {
/fuchsia/zircon/system/uapp/lz4/
H A Dmain.c48 if (LZ4F_isError(errc)) {
72 if (LZ4F_isError(to_read)) {
88 if (LZ4F_isError(next)) {
161 if (LZ4F_isError(csz)) {
/fuchsia/zircon/system/host/fvm/container/
H A Dsparse.cpp19 if (LZ4F_isError(errc)) {
27 if (LZ4F_isError(r)) {
38 if (LZ4F_isError(r)) {
49 if (LZ4F_isError(r)) {
56 if (LZ4F_isError(errc)) {
/fuchsia/zircon/system/ulib/fvm/
H A Dfvm-lz4.cpp68 if (LZ4F_isError(errc)) {
93 if (LZ4F_isError(to_read_)) {
187 if (LZ4F_isError(next)) {
/fuchsia/zircon/third_party/ulib/lz4/include/lz4/
H A Dlz4frame.h58 unsigned LZ4F_isError(LZ4F_errorCode_t code);
141 * The function outputs an error code if it fails (can be tested using LZ4F_isError())
179 * or an error code (can be tested using LZ4F_isError())
199 * The function outputs an error code if it fails (can be tested using LZ4F_isError())
210 * The function outputs an error code if it fails (can be tested using LZ4F_isError())
219 * The function outputs an error code if it fails (can be tested using LZ4F_isError())
246 * The result is an errorCode, which can be tested using LZ4F_isError().
266 * or an error code which can be tested using LZ4F_isError()
295 * If decompression failed, function result is an error code, which can be tested using LZ4F_isError().
/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c160 unsigned LZ4F_isError(LZ4F_errorCode_t code) function
168 if (LZ4F_isError(code)) return LZ4F_errorStrings[-(int)(code)];
282 * The function outputs an error code if it fails (can be tested using LZ4F_isError())
325 if (LZ4F_isError(errorCode)) return errorCode;
329 if (LZ4F_isError(errorCode)) return errorCode;
333 if (LZ4F_isError(errorCode)) return errorCode;
390 * or an error code (can be tested using LZ4F_isError())
560 * The function outputs an error code if it fails (can be tested using LZ4F_isError())
670 * The function outputs an error code if it fails (can be tested using LZ4F_isError())
710 * The function outputs an error code if it fails (can be tested using LZ4F_isError())
[all...]
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp418 if (LZ4F_isError(result)) { \

Completed in 80 milliseconds