Searched refs:COMP_CTX_get_method (Results 1 – 4 of 4) sorted by relevance
25 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx);
34 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx) in COMP_CTX_get_method() function
3905 return s->compress ? COMP_CTX_get_method(s->compress) : NULL; in SSL_get_current_compression()3914 return s->expand ? COMP_CTX_get_method(s->expand) : NULL; in SSL_get_current_expansion()
722 COMP_CTX_get_method;