Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/compression/brotli/
Dbrotli.c42 ctx->u.br_de = BrotliDecoderCreateInstance(NULL, NULL, NULL); in lcs_init_compression_brotli()
44 return !ctx->u.br_de; in lcs_init_compression_brotli()
85 n = BrotliDecoderDecompressStream(ctx->u.br_de, &a_in, &n_in, in lcs_process_brotli()
102 return BrotliDecoderIsFinished(ctx->u.br_de); in lcs_process_brotli()
114 BrotliDecoderDestroyInstance((*ctx).u.br_de); in lcs_destroy_brotli()
/third_party/libwebsockets/lib/roles/http/compression/
Dprivate-lib-roles-http-compression.h47 BrotliDecoderState *br_de; member