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

/external/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;
299 if (p1[ctx->ibuf_off + i] == '\n') ret++;
326 ctx->ibuf_off=0;
371 ctx->ibuf_off=0;
470 p= &(ctx->ibuf[ctx->ibuf_off]);
485 ctx->ibuf_off
[all...]
H A Dbio.h351 int ibuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct
/external/openssl/include/openssl/
H A Dbio.h351 int ibuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct

Completed in 90 milliseconds