OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STORE_CTRL_FUNC_PTR
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/store/
store.h
338
typedef int (*
STORE_CTRL_FUNC_PTR
)(STORE *, int cmd, long l, void *p, void (*f)(void));
354
int STORE_method_set_ctrl_function(STORE_METHOD *sm,
STORE_CTRL_FUNC_PTR
ctrl_f);
370
STORE_CTRL_FUNC_PTR
STORE_method_get_ctrl_function(STORE_METHOD *sm);
/external/openssl/crypto/store/
store.h
338
typedef int (*
STORE_CTRL_FUNC_PTR
)(STORE *, int cmd, long l, void *p, void (*f)(void));
354
int STORE_method_set_ctrl_function(STORE_METHOD *sm,
STORE_CTRL_FUNC_PTR
ctrl_f);
370
STORE_CTRL_FUNC_PTR
STORE_method_get_ctrl_function(STORE_METHOD *sm);
Completed in 86 milliseconds