Searched refs:BrotliEncoderTakeOutput (Results 1 – 4 of 4) sorted by relevance
412 BROTLI_ENC_API const uint8_t* BrotliEncoderTakeOutput(
168 const uint8_t* data = BrotliEncoderTakeOutput(handle->state, &data_length); in Java_org_brotli_wrapper_enc_EncoderJNI_nativePull()
109 const uint8_t* buffer = BrotliEncoderTakeOutput(enc, &buffer_length); in compress_stream()
1837 const uint8_t* BrotliEncoderTakeOutput(BrotliEncoderState* s, size_t* size) { in BrotliEncoderTakeOutput() function