HomeSort by relevance Sort by last modified time
    Searched refs:lh_insert (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/include/openssl/
lhash_macros.h 39 lh_insert(CHECKED_CAST(_LHASH *, LHASH_OF(ASN1_OBJECT) *, lh), \
77 lh_insert(CHECKED_CAST(_LHASH *, LHASH_OF(CONF_VALUE) *, lh), \
115 lh_insert(CHECKED_CAST(_LHASH *, LHASH_OF(SSL_SESSION) *, lh), \
lhash.h 162 /* lh_insert inserts |data| into the hash table. If an existing element is
167 OPENSSL_EXPORT int lh_insert(_LHASH *lh, void **old_data, void *data);
  /external/boringssl/src/crypto/lhash/
make_macros.sh 45 lh_insert(CHECKED_CAST(_LHASH*, LHASH_OF(${type})*, lh), CHECKED_CAST(void**, ${type}**, old_data), CHECKED_CAST(void*, ${type}*, data))
lhash_test.c 154 lh_insert(lh, (void **)&s1, s);
158 fprintf(stderr, "lh_insert failure\n");
176 fprintf(stderr, "lh_insert failure\n");
lhash.c 225 int lh_insert(_LHASH *lh, void **old_data, void *data) { function

Completed in 288 milliseconds