Searched defs:bio_info_cb (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/include/openssl/
H A Dbio.h226 /* bio_info_cb is the type of a callback function that can be called for most
231 typedef long (*bio_info_cb)(BIO *bio, int event, const char *parg, int cmd, typedef
237 OPENSSL_EXPORT long BIO_callback_ctrl(BIO *bio, int cmd, bio_info_cb fp);
256 * after most operations. See the comment above |bio_info_cb|. */
257 OPENSSL_EXPORT void BIO_set_callback(BIO *bio, bio_info_cb callback_func);
782 long (*callback_ctrl)(BIO *, int, bio_info_cb);
/external/boringssl/src/include/openssl/
H A Dbio.h226 /* bio_info_cb is the type of a callback function that can be called for most
231 typedef long (*bio_info_cb)(BIO *bio, int event, const char *parg, int cmd, typedef
237 OPENSSL_EXPORT long BIO_callback_ctrl(BIO *bio, int cmd, bio_info_cb fp);
256 * after most operations. See the comment above |bio_info_cb|. */
257 OPENSSL_EXPORT void BIO_set_callback(BIO *bio, bio_info_cb callback_func);
782 long (*callback_ctrl)(BIO *, int, bio_info_cb);

Completed in 99 milliseconds