Lines Matching full:bio_ctrl
136 /* BIO_ctrl sends the control request |cmd| to |bio|. The |cmd| argument should
138 OPENSSL_EXPORT long BIO_ctrl(BIO *bio, int cmd, long larg, void *parg);
140 /* BIO_ptr_ctrl acts like |BIO_ctrl| but passes the address of a |void*|
145 /* BIO_int_ctrl acts like |BIO_ctrl| but passes the address of a copy of |iarg|
704 /* These are values of the |cmd| argument to |BIO_ctrl|. */