Searched refs:ibuf_off (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbf_buff.c113 ctx->ibuf_off = 0;
161 memcpy(out, &(ctx->ibuf[ctx->ibuf_off]), i);
162 ctx->ibuf_off += i;
205 ctx->ibuf_off = 0;
302 ctx->ibuf_off = 0;
317 if (p1[ctx->ibuf_off + i] == '\n')
346 ctx->ibuf_off = 0;
384 ctx->ibuf_off = 0;
479 p = &(ctx->ibuf[ctx->ibuf_off]);
492 ctx->ibuf_off
[all...]
H A Dbio.h363 int ibuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct

Completed in 84 milliseconds