OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STORE_CLEANUP_FUNC_PTR
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/store/
store.h
322
typedef void (*
STORE_CLEANUP_FUNC_PTR
)(STORE *);
335
int STORE_method_set_cleanup_function(STORE_METHOD *sm,
STORE_CLEANUP_FUNC_PTR
clean_f);
351
STORE_CLEANUP_FUNC_PTR
STORE_method_get_cleanup_function(STORE_METHOD *sm);
/external/openssl/include/openssl/
store.h
322
typedef void (*
STORE_CLEANUP_FUNC_PTR
)(STORE *);
335
int STORE_method_set_cleanup_function(STORE_METHOD *sm,
STORE_CLEANUP_FUNC_PTR
clean_f);
351
STORE_CLEANUP_FUNC_PTR
STORE_method_get_cleanup_function(STORE_METHOD *sm);
Completed in 16 milliseconds