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

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmem_dbg.c105 static LHASH *amih = NULL; /* hash-table with those app_mem_info_st's variable
294 if (amih != NULL) {
296 if ((ret = (APP_INFO *)lh_delete(amih, &tmp)) != NULL) {
301 lh_insert(amih, (char *)next);
334 if (amih == NULL) {
335 if ((amih = lh_new(app_info_hash, app_info_cmp)) == NULL) {
349 if ((amim = (APP_INFO *)lh_insert(amih, (char *)ami)) != NULL) {
453 if (amih != NULL
455 (APP_INFO *)lh_retrieve(amih, (char *)&tmp)) != NULL) {
648 if (mh == NULL && amih
[all...]

Completed in 93 milliseconds