OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BIO_CTRL_SET_CALLBACK
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/bio/
bio.h
126
#define
BIO_CTRL_SET_CALLBACK
14 /* opt - set callback function */
515
#define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,
BIO_CTRL_SET_CALLBACK
,cb)
/external/openssl/include/openssl/
bio.h
126
#define
BIO_CTRL_SET_CALLBACK
14 /* opt - set callback function */
515
#define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,
BIO_CTRL_SET_CALLBACK
,cb)
Completed in 308 milliseconds