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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbf_buff.c110 ctx->ibuf_size = DEFAULT_BUFFER_SIZE;
177 if (outl > ctx->ibuf_size) {
197 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size);
338 if (num > ctx->ibuf_size) {
359 ibs = ctx->ibuf_size;
368 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size)) {
386 ctx->ibuf_size = ibs;
437 if (!BIO_set_read_buffer_size(dbio, ctx->ibuf_size) ||
499 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size);
H A Dbio.h359 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct
/freebsd-11-stable/lib/libopenbsd/
H A Dimsg.h88 size_t ibuf_size(struct ibuf *);
H A Dimsg-buffer.c129 ibuf_size(struct ibuf *buf) function

Completed in 176 milliseconds