Ir al código fuente de este archivo.
Clases |
struct | st_engine_cleanup_item |
struct | engine_st |
'defines' |
#define | engine_ref_debug(e, isfunct, diff) |
'typedefs' |
typedef void( | ENGINE_CLEANUP_CB )(void) |
typedef struct
st_engine_cleanup_item | ENGINE_CLEANUP_ITEM |
typedef struct st_engine_table | ENGINE_TABLE |
Funciones |
void | engine_cleanup_add_first (ENGINE_CLEANUP_CB *cb) |
void | engine_cleanup_add_last (ENGINE_CLEANUP_CB *cb) |
int | engine_table_register (ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, ENGINE *e, const int *nids, int num_nids, int setdefault) |
void | engine_table_unregister (ENGINE_TABLE **table, ENGINE *e) |
void | engine_table_cleanup (ENGINE_TABLE **table) |
ENGINE * | engine_table_select (ENGINE_TABLE **table, int nid) |
int | engine_unlocked_init (ENGINE *e) |
int | engine_unlocked_finish (ENGINE *e, int unlock_for_handlers) |
int | engine_free_util (ENGINE *e, int locked) |
void | engine_set_all_null (ENGINE *e) |
Documentación de los 'defines'
#define engine_ref_debug |
( |
|
e, |
|
|
|
isfunct, |
|
|
|
diff |
|
) |
| |
Documentación de los 'typedefs'
Documentación de las funciones
void engine_set_all_null |
( |
ENGINE * |
e | ) |
|
int engine_unlocked_finish |
( |
ENGINE * |
e, |
|
|
int |
unlock_for_handlers |
|
) |
| |