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);
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;
402 if (ctx->obuf_len > ctx->obuf_off)
405 &(ctx->obuf[ctx->obuf_off]),
406 ctx->obuf_len-ctx->obuf_off);
    [all...]
bio.h 319 int obuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct
  /external/openssl/include/openssl/
bio.h 319 int obuf_off; /* write/read offset */ member in struct:bio_f_buffer_ctx_struct

Completed in 19 milliseconds