Searched refs:ibuf_off (Results 1 – 3 of 3) sorted by relevance
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()[all …]
107 memcpy(out, &(ctx->ibuf[ctx->ibuf_off]), i); in buffer_read()108 ctx->ibuf_off += i; in buffer_read()151 ctx->ibuf_off = 0; in buffer_read()248 ctx->ibuf_off = 0; in buffer_ctrl()268 if (p1[ctx->ibuf_off + i] == '\n') in buffer_ctrl()298 ctx->ibuf_off = 0; in buffer_ctrl()338 ctx->ibuf_off = 0; in buffer_ctrl()400 memcpy(ptr, &(ctx->ibuf[ctx->ibuf_off]), num); in buffer_ctrl()431 p = &(ctx->ibuf[ctx->ibuf_off]); in buffer_gets()444 ctx->ibuf_off += i; in buffer_gets()[all …]
92 int ibuf_off; /* write/read offset */ member
Completed in 5 milliseconds