Home
last modified time | relevance | path

Searched refs:APP_INFO (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/
Dmem_dbg.c159 } APP_INFO; typedef
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) in app_info_free()
343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid, in IMPLEMENT_LHASH_HASH_FN()
344 &((const APP_INFO *)b_void)->threadid); in IMPLEMENT_LHASH_HASH_FN()
346 static IMPLEMENT_LHASH_COMP_FN(app_info, APP_INFO) in IMPLEMENT_LHASH_COMP_FN() argument
348 static unsigned long app_info_hash(const APP_INFO *a) in IMPLEMENT_LHASH_COMP_FN()
[all …]
/external/openssl/include/openssl/
Dsafestack.h2357 #define lh_APP_INFO_new() LHM_lh_new(APP_INFO,app_info)
2358 #define lh_APP_INFO_insert(lh,inst) LHM_lh_insert(APP_INFO,lh,inst)
2359 #define lh_APP_INFO_retrieve(lh,inst) LHM_lh_retrieve(APP_INFO,lh,inst)
2360 #define lh_APP_INFO_delete(lh,inst) LHM_lh_delete(APP_INFO,lh,inst)
2361 #define lh_APP_INFO_doall(lh,fn) LHM_lh_doall(APP_INFO,lh,fn)
2363 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2364 #define lh_APP_INFO_error(lh) LHM_lh_error(APP_INFO,lh)
2365 #define lh_APP_INFO_num_items(lh) LHM_lh_num_items(APP_INFO,lh)
2366 #define lh_APP_INFO_down_load(lh) LHM_lh_down_load(APP_INFO,lh)
2368 LHM_lh_node_stats_bio(APP_INFO,lh,out)
[all …]
/external/openssl/crypto/stack/
Dsafestack.h2357 #define lh_APP_INFO_new() LHM_lh_new(APP_INFO,app_info)
2358 #define lh_APP_INFO_insert(lh,inst) LHM_lh_insert(APP_INFO,lh,inst)
2359 #define lh_APP_INFO_retrieve(lh,inst) LHM_lh_retrieve(APP_INFO,lh,inst)
2360 #define lh_APP_INFO_delete(lh,inst) LHM_lh_delete(APP_INFO,lh,inst)
2361 #define lh_APP_INFO_doall(lh,fn) LHM_lh_doall(APP_INFO,lh,fn)
2363 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2364 #define lh_APP_INFO_error(lh) LHM_lh_error(APP_INFO,lh)
2365 #define lh_APP_INFO_num_items(lh) LHM_lh_num_items(APP_INFO,lh)
2366 #define lh_APP_INFO_down_load(lh) LHM_lh_down_load(APP_INFO,lh)
2368 LHM_lh_node_stats_bio(APP_INFO,lh,out)
[all …]