Searched refs:amih (Results 1 – 1 of 1) sorted by relevance
105 static LHASH *amih = NULL; /* hash-table with those app_mem_info_st's variable294 if (amih != NULL) { in pop_info()296 if ((ret = (APP_INFO *)lh_delete(amih, &tmp)) != NULL) { in pop_info()301 lh_insert(amih, (char *)next); in pop_info()334 if (amih == NULL) { in CRYPTO_dbg_push_info()335 if ((amih = lh_new(app_info_hash, app_info_cmp)) == NULL) { in CRYPTO_dbg_push_info()349 if ((amim = (APP_INFO *)lh_insert(amih, (char *)ami)) != NULL) { in CRYPTO_dbg_push_info()453 if (amih != NULL in CRYPTO_dbg_malloc()455 (APP_INFO *)lh_retrieve(amih, (char *)&tmp)) != NULL) { in CRYPTO_dbg_malloc()648 if (mh == NULL && amih == NULL) in IMPLEMENT_LHASH_DOALL_ARG_FN()[all …]