Apache HTTPD
Public Attributes | List of all members
brotli_ctx_t Struct Reference

Public Attributes

BrotliEncoderStatestate
 
apr_bucket_brigadebb
 
apr_off_t total_in
 
apr_off_t total_out
 

Detailed Description

Definition at line 161 of file mod_brotli.c.

Member Data Documentation

◆ bb

apr_bucket_brigade* brotli_ctx_t::bb

Definition at line 163 of file mod_brotli.c.

◆ state

BrotliEncoderState* brotli_ctx_t::state

Definition at line 162 of file mod_brotli.c.

◆ total_in

apr_off_t brotli_ctx_t::total_in

Definition at line 164 of file mod_brotli.c.

◆ total_out

apr_off_t brotli_ctx_t::total_out

Definition at line 165 of file mod_brotli.c.


The documentation for this struct was generated from the following file: