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

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

Completed in 98 milliseconds