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

  /external/openssl/crypto/bio/
bf_buff.c 108 ctx->obuf_off=0;
208 i=ctx->obuf_size-(ctx->obuf_len+ctx->obuf_off);
212 memcpy(&(ctx->obuf[ctx->obuf_off+ctx->obuf_len]),in,inl);
222 memcpy(&(ctx->obuf[ctx->obuf_off+ctx->obuf_len]),in,i);
231 i=BIO_write(b->next_bio,&(ctx->obuf[ctx->obuf_off]),
240 ctx->obuf_off+=i;
247 ctx->obuf_off=0;
286 ctx->obuf_off=0;
379 ctx->obuf_off=0;
405 &(ctx->obuf[ctx->obuf_off]),
    [all...]
bio.h 355 int obuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct
    [all...]
  /external/openssl/include/openssl/
bio.h 355 int obuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct
    [all...]

Completed in 28 milliseconds