HomeSort by relevance Sort by last modified time
    Searched refs:ibuf_off (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/bio/
bf_buff.c 106 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+=i
    [all...]
bio.h 351 int ibuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct
    [all...]
  /external/openssl/include/openssl/
bio.h 351 int ibuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct
    [all...]

Completed in 109 milliseconds