Home
last modified time | relevance | path

Searched refs:lh_free (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/include/openssl/
H A Dlhash.h173 void lh_free(_LHASH *lh);
226 #define LHM_lh_free(type, lh) lh_free(CHECKED_LHASH_OF(type, lh))
/dragonfly/crypto/libressl/crypto/lhash/
H A Dlhash.c138 lh_free(_LHASH *lh) in lh_free() function