Searched refs:SaveErrorCode (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 114 static BROTLI_NOINLINE BrotliDecoderResult SaveErrorCode( in SaveErrorCode() function 2083 return SaveErrorCode( in BrotliDecoderDecompressStream() 2417 return SaveErrorCode(s, in BrotliDecoderDecompressStream() 2431 default: return SaveErrorCode(s, BROTLI_FAILURE( in BrotliDecoderDecompressStream() 2536 return SaveErrorCode(s, result); in BrotliDecoderDecompressStream() 2539 return SaveErrorCode(s, result); in BrotliDecoderDecompressStream() 2569 if ((int)status < 0) SaveErrorCode(s, status); in BrotliDecoderTakeOutput()
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | decode.c | 114 static BROTLI_NOINLINE BrotliDecoderResult SaveErrorCode( in SaveErrorCode() function 2083 return SaveErrorCode( in BrotliDecoderDecompressStream() 2417 return SaveErrorCode(s, in BrotliDecoderDecompressStream() 2431 default: return SaveErrorCode(s, BROTLI_FAILURE( in BrotliDecoderDecompressStream() 2536 return SaveErrorCode(s, result); in BrotliDecoderDecompressStream() 2539 return SaveErrorCode(s, result); in BrotliDecoderDecompressStream() 2569 if ((int)status < 0) SaveErrorCode(s, status); in BrotliDecoderTakeOutput()
|
Completed in 7 milliseconds