lh_error
LCRYPTO_USED(lh_error);
LCRYPTO_ALIAS(lh_error);
int lh_error(_LHASH *lh);
lh_error(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_delete(lh, "z") != NULL || lh_error(lh) != 0) {
if (lh_delete(lh, "a") != a2 || lh_error(lh) != 0) {
if (lh_retrieve(lh, "a") != NULL || lh_error(lh) != 0) {
if (lh_delete(lh, "b") != b2 || lh_error(lh) != 0) {
if (lh_retrieve(lh, "b") != NULL || lh_error(lh) != 0) {
if (lh_delete(lh, "c") != c || lh_error(lh) != 0) {
if (lh_retrieve(lh, "c") != NULL || lh_error(lh) != 0) {
if (lh_delete(lh, "d") != d || lh_error(lh) != 0) {
if (lh_retrieve(lh, "d") != NULL || lh_error(lh) != 0) {
if (lh_insert(lh, data) != NULL || lh_error(lh) != 0) {
if (lh_retrieve(lh, "a") != NULL || lh_error(lh) != 0) {
if (lh_insert(lh, (void *)a) != NULL || lh_error(lh) != 0) {
if (lh_retrieve(lh, "b") != NULL || lh_error(lh) != 0) {
if (lh_insert(lh, (void *)b) != NULL || lh_error(lh) != 0) {
if (lh_retrieve(lh, "c") != NULL || lh_error(lh) != 0) {
if (lh_insert(lh, (void *)c) != NULL || lh_error(lh) != 0) {
if (lh_retrieve(lh, "d") != NULL || lh_error(lh) != 0) {
if (lh_insert(lh, (void *)d) != NULL || lh_error(lh) != 0) {