Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/bio/
HDbf_buff.c110 ctx->ibuf_size = DEFAULT_BUFFER_SIZE; in buffer_new()
177 if (outl > ctx->ibuf_size) { in buffer_read()
197 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size); in buffer_read()
338 if (num > ctx->ibuf_size) { in buffer_ctrl()
359 ibs = ctx->ibuf_size; in buffer_ctrl()
368 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size)) { in buffer_ctrl()
386 ctx->ibuf_size = ibs; in buffer_ctrl()
437 if (!BIO_set_read_buffer_size(dbio, ctx->ibuf_size) || in buffer_ctrl()
499 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size); in buffer_gets()
HDbio.h359 int ibuf_size; /* how big is the input buffer */ member
/NextBSD/lib/libopenbsd/
HDimsg.h88 size_t ibuf_size(struct ibuf *);
HDimsg-buffer.c129 ibuf_size(struct ibuf *buf) in ibuf_size() function