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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbf_buff.c106 ctx->ibuf_off=0;
149 memcpy(out,&(ctx->ibuf[ctx->ibuf_off]),i);
150 ctx->ibuf_off+=i;
190 ctx->ibuf_off=0;
284 ctx->ibuf_off=0;
297 for (i=ctx->ibuf_off; i<ctx->ibuf_len; i++)
326 ctx->ibuf_off=0;
371 ctx->ibuf_off=0;
469 p= &(ctx->ibuf[ctx->ibuf_off]);
484 ctx->ibuf_off
[all...]
H A Dbio.h322 int ibuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct

Completed in 99 milliseconds