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/openssl/crypto/store/
store.h
332
typedef int (*
STORE_CTRL_FUNC_PTR
)(STORE *, int cmd, long l, void *p, void (*f)(void));
348
int STORE_method_set_ctrl_function(STORE_METHOD *sm,
STORE_CTRL_FUNC_PTR
ctrl_f);
364
STORE_CTRL_FUNC_PTR
STORE_method_get_ctrl_function(STORE_METHOD *sm);
/external/openssl/include/openssl/
store.h
332
typedef int (*
STORE_CTRL_FUNC_PTR
)(STORE *, int cmd, long l, void *p, void (*f)(void));
348
int STORE_method_set_ctrl_function(STORE_METHOD *sm,
STORE_CTRL_FUNC_PTR
ctrl_f);
364
STORE_CTRL_FUNC_PTR
STORE_method_get_ctrl_function(STORE_METHOD *sm);
Completed in 12 milliseconds