lh_insert
LCRYPTO_USED(lh_insert);
LCRYPTO_ALIAS(lh_insert);
void *lh_insert(_LHASH *lh, void *data);
((type *)lh_insert(CHECKED_LHASH_OF(type, lh), \
if (lh_insert(lh, (void *)a2) != a || lh_error(lh) != 0) {
if (lh_insert(lh, (void *)b2) != b || lh_error(lh) != 0) {
if (lh_insert(lh, data) != NULL || lh_error(lh) != 0) {
if (lh_insert(lh, (void *)a) != NULL || lh_error(lh) != 0) {
if (lh_insert(lh, (void *)b) != NULL || lh_error(lh) != 0) {
if (lh_insert(lh, (void *)c) != NULL || lh_error(lh) != 0) {
if (lh_insert(lh, (void *)d) != NULL || lh_error(lh) != 0) {