Searched refs:ibufsize (Results 1 – 1 of 1) sorted by relevance
431 int ibufsize; /* Buffer size */ member490 ctx->ibufsize = ZLIB_DEFAULT_BUFSIZE; in bio_zlib_new()547 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize); in bio_zlib_read()583 ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize); in bio_zlib_read()760 ctx->ibufsize = ibs; in bio_zlib_ctrl()