Lines Matching refs:ibuf_off
92 sz += (ctx->ibuf_off + DEFAULT_BUFFER_SIZE - 1); in readbuffer_resize()
125 memcpy(out, &(ctx->ibuf[ctx->ibuf_off]), i); in readbuffer_read()
126 ctx->ibuf_off += i; in readbuffer_read()
141 i = BIO_read(b->next_bio, ctx->ibuf + ctx->ibuf_off, outl); in readbuffer_read()
180 sz = ctx->ibuf_off + ctx->ibuf_len; in readbuffer_ctrl()
184 ctx->ibuf_off = num; in readbuffer_ctrl()
190 ret = (long)ctx->ibuf_off; in readbuffer_ctrl()
236 p = ctx->ibuf + ctx->ibuf_off; in readbuffer_gets()
251 ctx->ibuf_off += num_chars; in readbuffer_gets()
274 p = ctx->ibuf + ctx->ibuf_off; in readbuffer_gets()
284 ctx->ibuf_off++; in readbuffer_gets()