static ngx_int_t ngx_ssl_engine_qat_init(ngx_cycle_t *cycle); static ngx_int_t ngx_ssl_engine_qat_send_ctrl(ngx_cycle_t *cycle); static ngx_int_t ngx_ssl_engine_qat ...
Bitfield implementation that allocates a series of 1kb buffers to support sparse bitfields without allocating a massive buffer. If you want to simple implementation of a flat bitfield see the bitfield ...