Searched refs:COMP_CTX_get_method (Results 1 – 8 of 8) sorted by relevance
6 COMP_CTX_get_method,30 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx);61 COMP_CTX_get_method() returns the B<COMP_METHOD> of the given I<ctx>.150 COMP_CTX_get_method(), COMP_zlib(), COMP_zlib_oneshot(), COMP_brotli(), COMP_brotli_oneshot(),
35 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx) in COMP_CTX_get_method() function
36 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx);
34 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx);
394 COMP_CTX_get_method(3)
2358 COMP_CTX_get_method 2409 3_0_0 EXIST::FUNCTION:COMP
2059 return (rl->compctx == NULL) ? NULL : COMP_CTX_get_method(rl->compctx); in tls_get_compression()
722 COMP_CTX_get_method;