Lines Matching refs:next
110 BIO *next;
116 next = BIO_next(b);
117 if ((ctx == NULL) || (next == NULL))
151 i = BIO_read(next, ctx->read_start, ENC_BLOCK_SIZE);
159 /* Should be continue next time we are called? */
160 if (!BIO_should_retry(next)) {
238 BIO *next;
241 next = BIO_next(b);
242 if ((ctx == NULL) || (next == NULL))
250 i = BIO_write(next, &(ctx->buf[ctx->buf_off]), n);
279 i = BIO_write(next, &(ctx->buf[ctx->buf_off]), n);
301 BIO *next;
305 next = BIO_next(b);
316 ret = BIO_ctrl(next, cmd, num, ptr);
322 ret = BIO_ctrl(next, cmd, num, ptr);
327 ret = BIO_ctrl(next, cmd, num, ptr);
332 ret = BIO_ctrl(next, cmd, num, ptr);
364 ret = BIO_ctrl(next, cmd, num, ptr);
371 ret = BIO_ctrl(next, cmd, num, ptr);
390 ret = BIO_ctrl(next, cmd, num, ptr);
398 BIO *next = BIO_next(b);
400 if (next == NULL)
403 return BIO_callback_ctrl(next, cmd, fp);