Searched refs:SSL_COMP_get0_name (Results 1 – 6 of 6) sorted by relevance
6 SSL_COMP_get0_name, SSL_COMP_get_id, SSL_COMP_free_compression_methods15 const char *SSL_COMP_get0_name(const SSL_COMP *comp);34 SSL_COMP_get0_name() returns the name of the compression method B<comp>.98 SSL_COMP_get0_name() returns the name of the compression method or NULL on error.109 The SSL_COMP_get0_name() and SSL_comp_get_id() functions were added in OpenSSL 1.1.0d.
412 SSL_COMP_get0_name 413 3_0_0 EXIST::FUNCTION:
2063 const char *SSL_COMP_get0_name(const SSL_COMP *comp) in SSL_COMP_get0_name() function
1349 printf(" %s:%d", SSL_COMP_get0_name(c), SSL_COMP_get_id(c)); in main()
386 | `SSL_COMP_get0_name` | HL | U | A | NC\* †5 | Done …
2222 __owur const char *SSL_COMP_get0_name(const SSL_COMP *comp);
Completed in 288 milliseconds