Home
last modified time | relevance | path

Searched refs:BROTLI_SAFE (Results 1 – 1 of 1) sorted by relevance

/external/brotli/c/dec/
Ddecode.c1625 #define BROTLI_SAFE(METHOD) \ macro
1675 BROTLI_SAFE(DecodeCommandBlockSwitch(s)); in ProcessCommandsInternal()
1679 BROTLI_SAFE(ReadCommand(s, br, &i)); in ProcessCommandsInternal()
1703 BROTLI_SAFE(DecodeLiteralBlockSwitch(s)); in ProcessCommandsInternal()
1739 BROTLI_SAFE(DecodeLiteralBlockSwitch(s)); in ProcessCommandsInternal()
1786 BROTLI_SAFE(DecodeDistanceBlockSwitch(s)); in ProcessCommandsInternal()
1788 BROTLI_SAFE(ReadDistance(s, br)); in ProcessCommandsInternal()
1926 #undef BROTLI_SAFE