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

  /external/openssl/crypto/bio/
bf_buff.c 103 ctx->ibuf_size=DEFAULT_BUFFER_SIZE;
163 if (outl > ctx->ibuf_size)
183 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
319 if (num > ctx->ibuf_size)
342 ibs=ctx->ibuf_size;
353 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size))
373 ctx->ibuf_size=ibs;
426 if ( !BIO_set_read_buffer_size(dbio,ctx->ibuf_size) ||
493 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
bio.h 310 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct
  /external/openssl/include/openssl/
bio.h 310 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct

Completed in 92 milliseconds