Searched refs:destroy_f (Results 1 – 5 of 5) sorted by relevance
214 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function() argument216 e->destroy = destroy_f; in ENGINE_set_destroy_function()
475 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
503 int ENGINE_set_destroy_function(ENGINE *e,ENGINE_GEN_INT_FUNC_PTR destroy_f);
1411 static int (*destroy_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum, variable1595 (void)hashtab_map(symtab[i].table, destroy_f[i], 0); in symtabs_destroy()
126 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);