Home
last modified time | relevance | path

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

/external/openssl/crypto/comp/
Dc_zlib.c440 } BIO_ZLIB_CTX; typedef
473 BIO_ZLIB_CTX *ctx; in bio_zlib_new()
482 ctx = OPENSSL_malloc(sizeof(BIO_ZLIB_CTX)); in bio_zlib_new()
514 BIO_ZLIB_CTX *ctx; in bio_zlib_free()
516 ctx = (BIO_ZLIB_CTX *)bi->ptr; in bio_zlib_free()
538 BIO_ZLIB_CTX *ctx; in bio_zlib_read()
542 ctx = (BIO_ZLIB_CTX *)b->ptr; in bio_zlib_read()
599 BIO_ZLIB_CTX *ctx; in bio_zlib_write()
603 ctx = (BIO_ZLIB_CTX *)b->ptr; in bio_zlib_write()
667 BIO_ZLIB_CTX *ctx; in bio_zlib_flush()
[all …]