Lines Matching refs:next_bio
97 if (b->next_bio == NULL) in linebuffer_read()
99 ret = BIO_read(b->next_bio, out, outl); in linebuffer_read()
113 if ((ctx == NULL) || (b->next_bio == NULL)) in linebuffer_write()
153 i = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len); in linebuffer_write()
173 i = BIO_write(b->next_bio, in, p - in); in linebuffer_write()
214 if (b->next_bio == NULL) in linebuffer_ctrl()
216 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
224 if (b->next_bio == NULL) in linebuffer_ctrl()
226 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
250 if (b->next_bio == NULL) in linebuffer_ctrl()
253 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
258 if (b->next_bio == NULL) in linebuffer_ctrl()
261 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
269 r = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len); in linebuffer_ctrl()
281 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
290 if (b->next_bio == NULL) in linebuffer_ctrl()
292 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
300 if (b->next_bio == NULL) in linebuffer_callback_ctrl()
302 return BIO_callback_ctrl(b->next_bio, cmd, fp); in linebuffer_callback_ctrl()
307 if (b->next_bio == NULL) in linebuffer_gets()
309 return BIO_gets(b->next_bio, buf, size); in linebuffer_gets()