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

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmem_dbg.c324 APP_INFO *ami, *amim; local
349 if ((amim = (APP_INFO *)lh_insert(amih, (char *)ami)) != NULL) {
351 if (ami->thread != amim->thread) {
354 amim->thread, ami->thread);
358 ami->next = amim;
402 APP_INFO tmp, *amim; local
454 && (amim =
456 m->app_info = amim;
457 amim->references++;

Completed in 43 milliseconds