Searched refs:BIO_set_info_callback (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bss_conn.c | 578 (void)BIO_set_info_callback(dbio,(bio_info_cb *)data->info_callback); in conn_ctrl()
|
D | bio.h | 582 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) macro
|
/external/openssl/crypto/bio/ |
D | bss_conn.c | 578 (void)BIO_set_info_callback(dbio,(bio_info_cb *)data->info_callback); in conn_ctrl()
|
D | bio.h | 579 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) macro
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | bio.h | 582 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) macro
|
/external/openssl/include/openssl/ |
D | bio.h | 579 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) macro
|