Searched refs:APP_INFO (Results 1 – 2 of 2) sorted by relevance
72 APP_INFO *app_info;109 static void app_info_free(APP_INFO *inf) in app_info_free()243 APP_INFO *current = NULL; in pop_info()248 current = (APP_INFO *)CRYPTO_THREAD_get_local(&appinfokey); in pop_info()250 APP_INFO *next = current->next; in pop_info()271 APP_INFO *ami, *amim; in CRYPTO_mem_debug_push()288 amim = (APP_INFO *)CRYPTO_THREAD_get_local(&appinfokey); in CRYPTO_mem_debug_push()319 APP_INFO *amim; in CRYPTO_mem_debug_malloc()362 amim = (APP_INFO *)CRYPTO_THREAD_get_local(&appinfokey); in CRYPTO_mem_debug_malloc()460 APP_INFO *amip; in print_leak()
49 typedef struct app_mem_info_st APP_INFO; typedef