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

/freebsd-10.1-release/crypto/openssl/apps/
H A Denc.c119 BIO *bzl = NULL; local
468 if ((bzl = BIO_new(BIO_f_zlib())) == NULL)
471 wbio = BIO_push(bzl, wbio);
473 rbio = BIO_push(bzl, rbio);
674 if (bzl != NULL)
675 BIO_free(bzl);

Completed in 33 milliseconds