Searched refs:BrotliDecoderDecompressStream (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/include/brotli/ |
| H A D | decode.h | 32 * ::BrotliDecoderDecompressStream functions. 246 BROTLI_DEC_API BrotliDecoderResult BrotliDecoderDecompressStream( 264 * -# push data to ::BrotliDecoderDecompressStream, 317 * Should be used only after ::BrotliDecoderDecompressStream returns
|
| /xsrc/external/mit/brotli/dist/python/ |
| H A D | _brotli.cc | 408 result = BrotliDecoderDecompressStream(dec, 519 PyErr_SetString(BrotliError, "BrotliDecoderDecompressStream failed while processing the stream"); 560 PyErr_SetString(BrotliError, "BrotliDecoderDecompressStream failed while finishing the stream"); 669 result = BrotliDecoderDecompressStream(state, &available_in, &next_in,
|
| /xsrc/external/mit/brotli/dist/c/tools/ |
| H A D | brotli.c | 912 result = BrotliDecoderDecompressStream(s, &context->available_in,
|
| /xsrc/external/mit/brotli/dist/c/dec/ |
| H A D | decode.c | 2048 result = BrotliDecoderDecompressStream( 2069 BrotliDecoderResult BrotliDecoderDecompressStream( function in typeref:typename:BrotliDecoderResult 2568 BrotliDecoderDecompressStream, this is just a safeguard. */
|
Completed in 10 milliseconds