Searched refs:lh_insert (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/lhash/
H A Dlh_test.c81 lh_insert(conf,p);
H A Dlhash.h172 * in lh_insert(). */
177 void *lh_insert(_LHASH *lh, void *data);
212 ((type *)lh_insert(CHECKED_LHASH_OF(type, lh), \
H A Dlhash.c179 void *lh_insert(_LHASH *lh, void *data) function
/barrelfish-master/include/openssl/
H A Dlhash.h172 * in lh_insert(). */
177 void *lh_insert(_LHASH *lh, void *data);
212 ((type *)lh_insert(CHECKED_LHASH_OF(type, lh), \
/barrelfish-master/lib/openssl-1.0.0d/crypto/conf/
H A Dconf_def.c423 vv=(CONF_VALUE *)lh_insert(conf->data,v);

Completed in 92 milliseconds