Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/
Dmem_dbg.c105 static LHASH *amih = NULL; /* hash-table with those app_mem_info_st's variable
294 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 …]