Lines Matching defs:next
113 BIO *next;
119 next = BIO_next(b);
120 if ((ctx == NULL) || (next == NULL))
161 i = BIO_read(next, &(ctx->tmp[ctx->tmp_len]),
167 /* Should we continue next time we are called? */
168 if (!BIO_should_retry(next)) {
332 BIO *next;
335 next = BIO_next(b);
336 if ((ctx == NULL) || (next == NULL))
354 i = BIO_write(next, &(ctx->buf[ctx->buf_off]), n);
429 i = BIO_write(next, &(ctx->buf[ctx->buf_off]), n);
451 BIO *next;
454 next = BIO_next(b);
455 if ((ctx == NULL) || (next == NULL))
463 ret = BIO_ctrl(next, cmd, num, ptr);
469 ret = BIO_ctrl(next, cmd, num, ptr);
478 ret = BIO_ctrl(next, cmd, num, ptr);
484 ret = BIO_ctrl(next, cmd, num, ptr);
512 ret = BIO_ctrl(next, cmd, num, ptr);
517 ret = BIO_ctrl(next, cmd, num, ptr);
527 ret = BIO_ctrl(next, cmd, num, ptr);
535 BIO *next = BIO_next(b);
537 if (next == NULL)
540 return BIO_callback_ctrl(next, cmd, fp);