Searched defs:LHASH_OF (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/include/openssl/
H A Dlhash.h71 * A hash table of a specific type of object has type |LHASH_OF(type)|. This
84 * LHASH_OF(foo), the macros would be lh_foo_new, lh_foo_num_items etc. */
87 #define LHASH_OF(type) struct lhash_st_##type macro
89 #define DEFINE_LHASH_OF(type) LHASH_OF(type) { int dummy; }
91 #define DECLARE_LHASH_OF(type) LHASH_OF(type);
97 * LHASH_OF:ASN1_OBJECT
98 * LHASH_OF:CONF_VALUE
99 * LHASH_OF:SSL_SESSION */
/external/boringssl/src/include/openssl/
H A Dlhash.h71 * A hash table of a specific type of object has type |LHASH_OF(type)|. This
84 * LHASH_OF(foo), the macros would be lh_foo_new, lh_foo_num_items etc. */
87 #define LHASH_OF(type) struct lhash_st_##type macro
89 #define DEFINE_LHASH_OF(type) LHASH_OF(type) { int dummy; }
91 #define DECLARE_LHASH_OF(type) LHASH_OF(type);
97 * LHASH_OF:ASN1_OBJECT
98 * LHASH_OF:CONF_VALUE
99 * LHASH_OF:SSL_SESSION */
/external/boringssl/src/ssl/
H A Dssl_lib.c1095 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx) { return ctx->sessions; } function

Completed in 206 milliseconds