Home
last modified time | relevance | path

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

/external/openssl/crypto/comp/
Dc_zlib.c431 int ibufsize; /* Buffer size */ member
490 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()