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

/macosx-10.9.5/Security-55471.14.18/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))

Completed in 134 milliseconds