Searched refs:BrotliDecoderTakeOutput (Results 1 – 4 of 4) sorted by relevance
288 BROTLI_DEC_API const uint8_t* BrotliDecoderTakeOutput(
168 const uint8_t* data = BrotliDecoderTakeOutput(handle->state, &data_length); in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull()
412 const uint8_t* buffer = BrotliDecoderTakeOutput(dec, &buffer_length); in decompress_stream()671 const uint8_t* next_out = BrotliDecoderTakeOutput(state, &available_out); in brotli_decompress()
2449 const uint8_t* BrotliDecoderTakeOutput(BrotliDecoderState* s, size_t* size) { in BrotliDecoderTakeOutput() function