Lines Matching defs:next
370 BIO *next = BIO_next(b);
413 ret = BIO_read(next, ctx->ibuf, ctx->ibufsize);
432 BIO *next = BIO_next(b);
464 ret = BIO_write(next, ctx->optr, ctx->ocount);
503 BIO *next = BIO_next(b);
517 ret = BIO_write(next, ctx->optr, ctx->ocount);
552 BIO *next = BIO_next(b);
554 if (next == NULL)
568 ret = BIO_flush(next);
601 ret = BIO_ctrl(next, cmd, num, ptr);
618 ret = BIO_ctrl(next, cmd, num, ptr);
624 ret = BIO_ctrl(next, cmd, num, ptr);
628 ret = BIO_ctrl(next, cmd, num, ptr);
638 BIO *next = BIO_next(b);
640 if (next == NULL)
642 return BIO_callback_ctrl(next, cmd, fp);