Eneboo - Documentación para desarrolladores
|
Clases | |
struct | st_engine_pile |
struct | st_engine_table |
'typedefs' | |
typedef struct st_engine_pile | ENGINE_PILE |
Funciones | |
unsigned int | ENGINE_get_table_flags (void) |
void | ENGINE_set_table_flags (unsigned int flags) |
int | engine_table_register (ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, ENGINE *e, const int *nids, int num_nids, int setdefault) |
ENGINE * | engine_table_select (ENGINE_TABLE **table, int nid) |
typedef struct st_engine_pile ENGINE_PILE |
unsigned int ENGINE_get_table_flags | ( | void | ) |
void ENGINE_set_table_flags | ( | unsigned int | flags | ) |
int engine_table_register | ( | ENGINE_TABLE ** | table, |
ENGINE_CLEANUP_CB * | cleanup, | ||
ENGINE * | e, | ||
const int * | nids, | ||
int | num_nids, | ||
int | setdefault | ||
) |
ENGINE* engine_table_select | ( | ENGINE_TABLE ** | table, |
int | nid | ||
) |