/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | comp.h | 24 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 25 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx); 26 int COMP_CTX_get_type(const COMP_CTX* comp); 29 void COMP_CTX_free(COMP_CTX *ctx); 31 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 33 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
H A D | ossl_typ.h | 151 typedef struct comp_ctx_st COMP_CTX; typedef
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | comp.h | 30 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 31 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx); 32 int COMP_CTX_get_type(const COMP_CTX* comp); 35 void COMP_CTX_free(COMP_CTX *ctx); 37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 39 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
H A D | types.h | 187 typedef struct comp_ctx_st COMP_CTX; typedef
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/comp/ |
H A D | comp_lib.c | 18 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) in COMP_CTX_new() 20 COMP_CTX *ret; in COMP_CTX_new() 34 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx) in COMP_CTX_get_method() 49 void COMP_CTX_free(COMP_CTX *ctx) in COMP_CTX_free() 59 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, in COMP_compress_block() 74 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, in COMP_expand_block() 90 int COMP_CTX_get_type(const COMP_CTX* comp) in COMP_CTX_get_type()
|
H A D | comp_local.h | 13 int (*init) (COMP_CTX *ctx); 14 void (*finish) (COMP_CTX *ctx); 15 int (*compress) (COMP_CTX *ctx, 18 int (*expand) (COMP_CTX *ctx,
|
H A D | c_zlib.c | 38 static int zlib_stateful_init(COMP_CTX *ctx); 39 static void zlib_stateful_finish(COMP_CTX *ctx); 40 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, 43 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, 123 static int zlib_stateful_init(COMP_CTX *ctx) in zlib_stateful_init() 157 static void zlib_stateful_finish(COMP_CTX *ctx) in zlib_stateful_finish() 165 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, in zlib_stateful_compress_block() 186 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, in zlib_stateful_expand_block()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/comp/ |
H A D | comp_lib.c | 18 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) in COMP_CTX_new() 20 COMP_CTX *ret; in COMP_CTX_new() 34 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx) in COMP_CTX_get_method() 49 void COMP_CTX_free(COMP_CTX *ctx) in COMP_CTX_free() 59 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, in COMP_compress_block() 74 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, in COMP_expand_block() 90 int COMP_CTX_get_type(const COMP_CTX* comp) in COMP_CTX_get_type()
|
H A D | comp_local.h | 13 int (*init) (COMP_CTX *ctx); 14 void (*finish) (COMP_CTX *ctx); 15 int (*compress) (COMP_CTX *ctx, 18 int (*expand) (COMP_CTX *ctx,
|
H A D | c_zlib.c | 37 static int zlib_stateful_init(COMP_CTX *ctx); 38 static void zlib_stateful_finish(COMP_CTX *ctx); 39 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, 42 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, 123 static int zlib_stateful_init(COMP_CTX *ctx) in zlib_stateful_init() 157 static void zlib_stateful_finish(COMP_CTX *ctx) in zlib_stateful_finish() 165 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, in zlib_stateful_compress_block() 186 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, in zlib_stateful_expand_block()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_local.h | 1160 COMP_CTX *compress; /* compression */ 1161 COMP_CTX *expand; /* uncompress */ 1720 COMP_CTX *compress; /* compression */
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | ssl_local.h | 1476 COMP_CTX *compress; /* compression */ 1477 COMP_CTX *expand; /* uncompress */ 1856 COMP_CTX *compress; /* compression */
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | indent.pro | 158 -T COMP_CTX
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | indent.pro | 159 -T COMP_CTX
|