HomeSort by relevance Sort by last modified time
    Searched defs:LHASH_OF (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/include/openssl/
lhash.h 71 * 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
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/
ssl_lib.c 1095 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx) { return ctx->sessions; }
    [all...]

Completed in 318 milliseconds