OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lh_new
(Results
1 - 5
of
5
) sorted by null
/external/boringssl/src/include/openssl/
lhash_macros.h
21
((LHASH_OF(ASN1_OBJECT) *)
lh_new
( \
60
((LHASH_OF(CONF_VALUE) *)
lh_new
( \
97
((LHASH_OF(SSL_SESSION) *)
lh_new
( \
lhash.h
146
/*
lh_new
returns a new, empty hash table or NULL on error. If |comp| is NULL,
149
OPENSSL_EXPORT _LHASH *
lh_new
(lhash_hash_func hash, lhash_cmp_func comp);
/external/boringssl/src/crypto/lhash/
make_macros.sh
33
((LHASH_OF(${type})*)
lh_new
(CHECKED_CAST(lhash_hash_func, uint32_t (*) (const ${type} *), hash), CHECKED_CAST(lhash_cmp_func, int (*) (const ${type} *a, const ${type} *b), comp)))
lhash_test.c
125
lh =
lh_new
(NULL, NULL);
lhash.c
73
_LHASH *
lh_new
(lhash_hash_func hash, lhash_cmp_func comp) {
function
Completed in 67 milliseconds