Searched refs:BIO_CTRL_SET_CALLBACK (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/bio/
H A Dbss_conn.c581 case BIO_CTRL_SET_CALLBACK:
615 case BIO_CTRL_SET_CALLBACK:
H A Dbio.h125 #define BIO_CTRL_SET_CALLBACK 14 /* opt - set callback function */ macro
530 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dbio_ssl.c460 case BIO_CTRL_SET_CALLBACK:
495 case BIO_CTRL_SET_CALLBACK:
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dbio.h135 #define BIO_CTRL_SET_CALLBACK 14 /* opt - set callback function */ macro
476 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,(void (*)())(cb))
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dbio.h125 #define BIO_CTRL_SET_CALLBACK 14 /* opt - set callback function */ macro
530 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)

Completed in 234 milliseconds