HomeSort by relevance Sort by last modified time
    Searched refs:STORE_CLEANUP_FUNC_PTR (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/store/
str_locl.h 79 STORE_CLEANUP_FUNC_PTR clean;
str_meth.c 92 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)
store.h 328 typedef void (*STORE_CLEANUP_FUNC_PTR)(STORE *);
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 39 milliseconds