Home
last modified time | relevance | path

Searched refs:ibuf_size (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/bio/
H A Dbf_buff.c51 ctx->ibuf_size = DEFAULT_BUFFER_SIZE; in buffer_new()
123 if (outl > ctx->ibuf_size) { in buffer_read()
143 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size); in buffer_read()
289 if (num > ctx->ibuf_size) { in buffer_ctrl()
311 ibs = ctx->ibuf_size; in buffer_ctrl()
320 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size)) { in buffer_ctrl()
340 ctx->ibuf_size = ibs; in buffer_ctrl()
388 if (BIO_set_read_buffer_size(dbio, ctx->ibuf_size) <= 0 || in buffer_ctrl()
451 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size); in buffer_gets()
H A Dbf_readbuff.c59 ctx->ibuf_size = DEFAULT_BUFFER_SIZE; in readbuffer_new()
96 if (sz > ctx->ibuf_size) { in readbuffer_resize()
101 ctx->ibuf_size = sz; in readbuffer_resize()
H A Dbio_local.h88 int ibuf_size; /* how big is the input buffer */ member

Completed in 10 milliseconds