Searched refs:ibuf_size (Results 1 – 3 of 3) sorted by relevance
51 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()
59 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()
88 int ibuf_size; /* how big is the input buffer */ member
Completed in 10 milliseconds