Searched refs:STORE_CLEANUP_FUNC_PTR (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/store/
H A Dstr_locl.h79 STORE_CLEANUP_FUNC_PTR clean;
H A Dstr_meth.c92 int STORE_method_set_cleanup_function(STORE_METHOD *sm, STORE_CLEANUP_FUNC_PTR clean_f)
181 STORE_CLEANUP_FUNC_PTR STORE_method_get_cleanup_function(STORE_METHOD *sm)
H A Dstore.h328 typedef void (*STORE_CLEANUP_FUNC_PTR)(STORE *); typedef
341 int STORE_method_set_cleanup_function(STORE_METHOD *sm, STORE_CLEANUP_FUNC_PTR clean_f);
357 STORE_CLEANUP_FUNC_PTR STORE_method_get_cleanup_function(STORE_METHOD *sm);

Completed in 46 milliseconds