Searched refs:COMP_METHOD (Results 1 – 3 of 3) sorted by relevance
36 COMP_METHOD *meth;44 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);50 COMP_METHOD *COMP_rle(void);51 COMP_METHOD *COMP_zlib(void);
181 typedef struct comp_method_st COMP_METHOD; typedef
916 COMP_METHOD *method;2535 const COMP_METHOD *SSL_get_current_compression(SSL *s);2536 const COMP_METHOD *SSL_get_current_expansion(SSL *s);2537 const char *SSL_COMP_get_name(const COMP_METHOD *comp);2542 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
Completed in 16 milliseconds