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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem_dbg.c107 static LHASH *amih=NULL; /* hash-table with those app_mem_info_st's variable
301 if (amih != NULL)
304 if ((ret=(APP_INFO *)lh_delete(amih,&tmp)) != NULL)
311 lh_insert(amih,(char *)next);
347 if (amih == NULL)
349 if ((amih=lh_new(app_info_hash, app_info_cmp)) == NULL)
364 if ((amim=(APP_INFO *)lh_insert(amih,(char *)ami)) != NULL)
479 if (amih != NULL
480 && (amim=(APP_INFO *)lh_retrieve(amih,(char *)&tmp)) != NULL)
693 if (mh == NULL && amih
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dmem_dbg.c161 static LHASH_OF(APP_INFO) *amih = NULL; /* hash-table with those
360 if (amih != NULL) {
362 if ((ret = lh_APP_INFO_delete(amih, &tmp)) != NULL) {
367 (void)lh_APP_INFO_insert(amih, next);
401 if (amih == NULL) {
402 if ((amih = lh_APP_INFO_new()) == NULL) {
416 if ((amim = lh_APP_INFO_insert(amih, ami)) != NULL) {
521 if (amih != NULL
522 && (amim = lh_APP_INFO_retrieve(amih, &tmp)) != NULL) {
717 if (mh == NULL && amih
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dmem_dbg.c161 static LHASH_OF(APP_INFO) *amih = NULL; /* hash-table with those
360 if (amih != NULL) {
362 if ((ret = lh_APP_INFO_delete(amih, &tmp)) != NULL) {
367 (void)lh_APP_INFO_insert(amih, next);
401 if (amih == NULL) {
402 if ((amih = lh_APP_INFO_new()) == NULL) {
416 if ((amim = lh_APP_INFO_insert(amih, ami)) != NULL) {
521 if (amih != NULL
522 && (amim = lh_APP_INFO_retrieve(amih, &tmp)) != NULL) {
717 if (mh == NULL && amih
[all...]

Completed in 51 milliseconds