Home
last modified time | relevance | path

Searched refs:ibufsize (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dc_zlib.c273 int ibufsize; /* Buffer size */ member
328 ctx->ibufsize = ZLIB_DEFAULT_BUFSIZE; in bio_zlib_new()
378 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize); in bio_zlib_read()
413 ret = BIO_read(next, ctx->ibuf, ctx->ibufsize); in bio_zlib_read()
588 ctx->ibufsize = ibs; in bio_zlib_ctrl()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/comp/
H A Dc_zlib.c276 int ibufsize; /* Buffer size */ member
333 ctx->ibufsize = ZLIB_DEFAULT_BUFSIZE; in bio_zlib_new()
382 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize); in bio_zlib_read()
413 ret = BIO_read(next, ctx->ibuf, ctx->ibufsize); in bio_zlib_read()
584 ctx->ibufsize = ibs; in bio_zlib_ctrl()