OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STORE_INITIALISE_FUNC_PTR
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/store/
store.h
321
typedef int (*
STORE_INITIALISE_FUNC_PTR
)(STORE *);
334
int STORE_method_set_initialise_function(STORE_METHOD *sm,
STORE_INITIALISE_FUNC_PTR
init_f);
350
STORE_INITIALISE_FUNC_PTR
STORE_method_get_initialise_function(STORE_METHOD *sm);
/external/openssl/include/openssl/
store.h
321
typedef int (*
STORE_INITIALISE_FUNC_PTR
)(STORE *);
334
int STORE_method_set_initialise_function(STORE_METHOD *sm,
STORE_INITIALISE_FUNC_PTR
init_f);
350
STORE_INITIALISE_FUNC_PTR
STORE_method_get_initialise_function(STORE_METHOD *sm);
Completed in 38 milliseconds