Lines Matching refs:next_bio
100 if (b->next_bio == NULL) in linebuffer_read()
102 ret = BIO_read(b->next_bio, out, outl); in linebuffer_read()
116 if ((ctx == NULL) || (b->next_bio == NULL)) in linebuffer_write()
156 i = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len); in linebuffer_write()
176 i = BIO_write(b->next_bio, in, p - in); in linebuffer_write()
217 if (b->next_bio == NULL) in linebuffer_ctrl()
219 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
227 if (b->next_bio == NULL) in linebuffer_ctrl()
229 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
253 if (b->next_bio == NULL) in linebuffer_ctrl()
256 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
261 if (b->next_bio == NULL) in linebuffer_ctrl()
264 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
271 r = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len); in linebuffer_ctrl()
283 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
291 if (b->next_bio == NULL) in linebuffer_ctrl()
293 ret = BIO_ctrl(b->next_bio, cmd, num, ptr); in linebuffer_ctrl()
304 if (b->next_bio == NULL) in linebuffer_callback_ctrl()
306 return BIO_callback_ctrl(b->next_bio, cmd, fp); in linebuffer_callback_ctrl()
311 if (b->next_bio == NULL) in linebuffer_gets()
313 return BIO_gets(b->next_bio, buf, size); in linebuffer_gets()