Home
last modified time | relevance | path

Searched defs:comp_method_st (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/comp/
Dcomp.h13 typedef struct comp_method_st struct
15 int type; /* NID for compression library */
16 const char *name; /* A text string to identify the library */
17 int (*init)(COMP_CTX *ctx);
18 void (*finish)(COMP_CTX *ctx);
19 int (*compress)(COMP_CTX *ctx,
22 int (*expand)(COMP_CTX *ctx,
26 long (*ctrl)(void);
27 long (*callback_ctrl)(void);
/external/chromium_org/third_party/openssl/openssl/crypto/comp/
Dcomp.h13 typedef struct comp_method_st struct
15 int type; /* NID for compression library */
16 const char *name; /* A text string to identify the library */
17 int (*init)(COMP_CTX *ctx);
18 void (*finish)(COMP_CTX *ctx);
19 int (*compress)(COMP_CTX *ctx,
22 int (*expand)(COMP_CTX *ctx,
26 long (*ctrl)(void);
27 long (*callback_ctrl)(void);
/external/openssl/include/openssl/
Dcomp.h13 typedef struct comp_method_st struct
15 int type; /* NID for compression library */
16 const char *name; /* A text string to identify the library */
17 int (*init)(COMP_CTX *ctx);
18 void (*finish)(COMP_CTX *ctx);
19 int (*compress)(COMP_CTX *ctx,
22 int (*expand)(COMP_CTX *ctx,
26 long (*ctrl)(void);
27 long (*callback_ctrl)(void);
/external/chromium_org/third_party/openssl/openssl/include/openssl/
Dcomp.h13 typedef struct comp_method_st struct
15 int type; /* NID for compression library */
16 const char *name; /* A text string to identify the library */
17 int (*init)(COMP_CTX *ctx);
18 void (*finish)(COMP_CTX *ctx);
19 int (*compress)(COMP_CTX *ctx,
22 int (*expand)(COMP_CTX *ctx,
26 long (*ctrl)(void);
27 long (*callback_ctrl)(void);