Searched defs:COMP_METHOD (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/comp/
H A Dcomp.h28 } COMP_METHOD; typedef in typeref:struct:comp_method_st
32 COMP_METHOD *meth;
42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
48 COMP_METHOD *COMP_rle(void );
49 COMP_METHOD *COMP_zlib(void );
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dcomp.h28 } COMP_METHOD; typedef in typeref:struct:comp_method_st
32 COMP_METHOD *meth;
42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
48 COMP_METHOD *COMP_rle(void );
49 COMP_METHOD *COMP_zlib(void );
/external/openssl/crypto/comp/
H A Dcomp.h28 } COMP_METHOD; typedef in typeref:struct:comp_method_st
32 COMP_METHOD *meth;
42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
48 COMP_METHOD *COMP_rle(void );
49 COMP_METHOD *COMP_zlib(void );
/external/openssl/include/openssl/
H A Dcomp.h28 } COMP_METHOD; typedef in typeref:struct:comp_method_st
32 COMP_METHOD *meth;
42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
48 COMP_METHOD *COMP_rle(void );
49 COMP_METHOD *COMP_zlib(void );

Completed in 49 milliseconds