OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COMP_CTX
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/comp/
comp.h
11
typedef struct comp_ctx_st
COMP_CTX
;
17
int (*init)(
COMP_CTX
*ctx);
18
void (*finish)(
COMP_CTX
*ctx);
19
int (*compress)(
COMP_CTX
*ctx,
22
int (*expand)(
COMP_CTX
*ctx,
42
COMP_CTX
*COMP_CTX_new(COMP_METHOD *meth);
43
void COMP_CTX_free(
COMP_CTX
*ctx);
44
int COMP_compress_block(
COMP_CTX
*ctx, unsigned char *out, int olen,
46
int COMP_expand_block(
COMP_CTX
*ctx, unsigned char *out, int olen,
/external/openssl/include/openssl/
comp.h
11
typedef struct comp_ctx_st
COMP_CTX
;
17
int (*init)(
COMP_CTX
*ctx);
18
void (*finish)(
COMP_CTX
*ctx);
19
int (*compress)(
COMP_CTX
*ctx,
22
int (*expand)(
COMP_CTX
*ctx,
42
COMP_CTX
*COMP_CTX_new(COMP_METHOD *meth);
43
void COMP_CTX_free(
COMP_CTX
*ctx);
44
int COMP_compress_block(
COMP_CTX
*ctx, unsigned char *out, int olen,
46
int COMP_expand_block(
COMP_CTX
*ctx, unsigned char *out, int olen,
Completed in 25 milliseconds