Home
last modified time | relevance | path

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

/external/brotli/dec/
Ddecode.c1564 #define BROTLI_SAFE(METHOD) \ macro
1614 BROTLI_SAFE(DecodeCommandBlockSwitch(s)); in ProcessCommandsInternal()
1618 BROTLI_SAFE(ReadCommand(s, br, &i)); in ProcessCommandsInternal()
1642 BROTLI_SAFE(DecodeLiteralBlockSwitch(s)); in ProcessCommandsInternal()
1678 BROTLI_SAFE(DecodeLiteralBlockSwitch(s)); in ProcessCommandsInternal()
1725 BROTLI_SAFE(DecodeDistanceBlockSwitch(s)); in ProcessCommandsInternal()
1727 BROTLI_SAFE(ReadDistance(s, br)); in ProcessCommandsInternal()
1852 #undef BROTLI_SAFE