Home | History | Annotate | Download | only in crypto

Lines Matching refs:app_info

159 	} APP_INFO;
161 static void app_info_free(APP_INFO *);
163 DECLARE_LHASH_OF(APP_INFO);
164 static LHASH_OF(APP_INFO) *amih=NULL; /* hash-table with those
181 APP_INFO *app_info;
204 static void app_info_free(APP_INFO *inf)
340 /* static int app_info_cmp(APP_INFO *a, APP_INFO *b) */
343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
344 &((const APP_INFO *)b_void)->threadid);
346 static IMPLEMENT_LHASH_COMP_FN(app_info, APP_INFO)
348 static unsigned long app_info_hash(const APP_INFO *a)
357 static IMPLEMENT_LHASH_HASH_FN(app_info, APP_INFO)
359 static APP_INFO *pop_info(void)
361 APP_INFO tmp;
362 APP_INFO *ret = NULL;
369 APP_INFO *next=ret->next;
399 APP_INFO *ami, *amim;
406 if ((ami = (APP_INFO *)OPENSSL_malloc(sizeof(APP_INFO))) == NULL)
485 APP_INFO tmp,*amim;
543 m->app_info=NULL;
547 m->app_info = amim;
554 if (mm->app_info != NULL)
556 mm->app_info->references--;
591 if (mp->app_info != NULL)
592 app_info_free(mp->app_info);
668 APP_INFO *amip;
707 amip=m->app_info;