Broccoli API Documentation  1.100
Broccoli API Documentation
Data Fields
bro_ctx Struct Reference

Initialization context for the Broccoli library. More...

#include <broccoli.h>

Data Fields

OpenSSL_lock_func lock_func
 
OpenSSL_thread_id_func id_func
 
OpenSSL_dynlock_create_func dl_create_func
 
OpenSSL_dynlock_lock_func dl_lock_func
 
OpenSSL_dynlock_free_func dl_free_func
 

Detailed Description

Initialization context for the Broccoli library.

Field Documentation

◆ dl_create_func

OpenSSL_dynlock_create_func bro_ctx::dl_create_func

◆ dl_free_func

OpenSSL_dynlock_free_func bro_ctx::dl_free_func

◆ dl_lock_func

OpenSSL_dynlock_lock_func bro_ctx::dl_lock_func

◆ id_func

OpenSSL_thread_id_func bro_ctx::id_func

◆ lock_func

OpenSSL_lock_func bro_ctx::lock_func

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