Clases |
struct | name_funcs_st |
struct | doall |
struct | doall_sorted |
'defines' |
#define | OPENSSL_strcmp strcmp |
'typedefs' |
typedef struct name_funcs_st | NAME_FUNCS |
Funciones |
int | OBJ_NAME_new_index (unsigned long(*hash_func)(const char *), int(*cmp_func)(const char *, const char *), void(*free_func)(const char *, int, const char *)) |
const char * | OBJ_NAME_get (const char *name, int type) |
int | OBJ_NAME_add (const char *name, int type, const char *data) |
int | OBJ_NAME_remove (const char *name, int type) |
void | OBJ_NAME_do_all_sorted (int type, void(*fn)(const OBJ_NAME *, void *arg), void *arg) |
void | OBJ_NAME_cleanup (int type) |