Lines Matching defs:next
174 BIO *next;
180 next = BIO_next(b);
182 if ((ctx == NULL) || (next == NULL) || (BIO_get_init(b) == 0))
203 * copy start of the next block into proper place
222 i = BIO_read(next, &(ctx->buf[ctx->buf_len]), n);
260 BIO *next;
266 next = BIO_next(b);
269 if ((ctx == NULL) || (next == NULL) || (BIO_get_init(b) == 0))
279 i = BIO_write(next, &(ctx->buf[ctx->buf_off]), n);
328 BIO *next;
331 next = BIO_next(b);
343 ret = BIO_ctrl(next, cmd, num, ptr);
349 ret = BIO_ctrl(next, cmd, num, ptr);
355 ret = BIO_ctrl(next, cmd, num, ptr);
376 ret = BIO_ctrl(next, cmd, num, ptr);
380 ret = BIO_ctrl(next, cmd, num, ptr);
400 ret = BIO_ctrl(next, cmd, num, ptr);
408 BIO *next;
410 next = BIO_next(b);
412 if (next == NULL)
415 return BIO_callback_ctrl(next, cmd, fp);
588 /* there might be parts from next block lurking around ! */