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

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbuffer.c81 int ibuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct
163 memcpy(out, &ctx->ibuf[ctx->ibuf_off], i);
164 ctx->ibuf_off += i;
207 ctx->ibuf_off = 0;
299 ctx->ibuf_off = 0;
364 ctx->ibuf_off = 0;
444 p = &ctx->ibuf[ctx->ibuf_off];
457 ctx->ibuf_off += i;
474 ctx->ibuf_off = 0;
/external/openssl/crypto/bio/
H A Dbio.h354 int ibuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct
/external/openssl/include/openssl/
H A Dbio.h354 int ibuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct

Completed in 281 milliseconds