Searched defs:destroy_f (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/engine/
H A Deng_lib.c248 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) argument
250 e->destroy = destroy_f;
/external/openssl/crypto/engine/
H A Deng_lib.c248 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) argument
250 e->destroy = destroy_f;
/external/libsepol/src/
H A Dpolicydb.c1224 static int (*destroy_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum, variable
1396 (void)hashtab_map(symtab[i].table, destroy_f[i], 0);
1418 return (hashtab_destroy_func_t) destroy_f[sym_num];

Completed in 130 milliseconds