OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STORE_END_OBJECT_FUNC_PTR
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/store/
store.h
327
typedef int (*
STORE_END_OBJECT_FUNC_PTR
)(STORE *, void *handle);
344
int STORE_method_set_list_end_function(STORE_METHOD *sm,
STORE_END_OBJECT_FUNC_PTR
list_end_f);
360
STORE_END_OBJECT_FUNC_PTR
STORE_method_get_list_end_function(STORE_METHOD *sm);
/external/openssl/include/openssl/
store.h
327
typedef int (*
STORE_END_OBJECT_FUNC_PTR
)(STORE *, void *handle);
344
int STORE_method_set_list_end_function(STORE_METHOD *sm,
STORE_END_OBJECT_FUNC_PTR
list_end_f);
360
STORE_END_OBJECT_FUNC_PTR
STORE_method_get_list_end_function(STORE_METHOD *sm);
Completed in 14 milliseconds