Home | History | Annotate | Download | only in bio

Lines Matching refs:BIO_ctrl

100 static long bio_ctrl(BIO *bio, int cmd, long num, void *ptr);
114 bio_ctrl,
503 static long bio_ctrl(BIO *bio, int cmd, long num, void *ptr)
843 return BIO_ctrl(bio, BIO_C_GET_WRITE_GUARANTEE, 0, NULL);
848 return BIO_ctrl(bio, BIO_C_GET_READ_REQUEST, 0, NULL);
853 return (BIO_ctrl(bio, BIO_C_RESET_READ_REQUEST, 0, NULL) != 0);
870 ret = BIO_ctrl(bio, BIO_C_NREAD0, 0, buf);
887 ret = (int) BIO_ctrl(bio, BIO_C_NREAD, num, buf);
903 ret = BIO_ctrl(bio, BIO_C_NWRITE0, 0, buf);
920 ret = BIO_ctrl(bio, BIO_C_NWRITE, num, buf);