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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dmem_dbg.c156 } APP_INFO; typedef in typeref:struct:app_mem_info_st
158 static void app_info_free(APP_INFO *);
160 DECLARE_LHASH_OF(APP_INFO); variable
161 static LHASH_OF(APP_INFO) *amih = NULL; /* hash-table with those
177 APP_INFO *app_info;
198 static void app_info_free(APP_INFO *inf)
334 /* static int app_info_cmp(APP_INFO *a, APP_INFO *b) */
337 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
338 &((const APP_INFO *)b_voi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dmem_dbg.c156 } APP_INFO; typedef in typeref:struct:app_mem_info_st
158 static void app_info_free(APP_INFO *);
160 DECLARE_LHASH_OF(APP_INFO); variable
161 static LHASH_OF(APP_INFO) *amih = NULL; /* hash-table with those
177 APP_INFO *app_info;
198 static void app_info_free(APP_INFO *inf)
334 /* static int app_info_cmp(APP_INFO *a, APP_INFO *b) */
337 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
338 &((const APP_INFO *)b_voi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem_dbg.c103 } APP_INFO; typedef in typeref:struct:app_mem_info_st
105 static void app_info_free(APP_INFO *);
122 APP_INFO *app_info;
145 static void app_info_free(APP_INFO *inf)
278 /* static int app_info_cmp(APP_INFO *a, APP_INFO *b) */
281 return(((const APP_INFO *)a_void)->thread
282 != ((const APP_INFO *)b_void)->thread);
285 /* static unsigned long app_info_hash(APP_INFO *a) */
290 ret=(unsigned long)((const APP_INFO *)a_voi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/stack/
H A Dsafestack.h2465 # define lh_APP_INFO_new() LHM_lh_new(APP_INFO,app_info)
2466 # define lh_APP_INFO_insert(lh,inst) LHM_lh_insert(APP_INFO,lh,inst)
2467 # define lh_APP_INFO_retrieve(lh,inst) LHM_lh_retrieve(APP_INFO,lh,inst)
2468 # define lh_APP_INFO_delete(lh,inst) LHM_lh_delete(APP_INFO,lh,inst)
2469 # define lh_APP_INFO_doall(lh,fn) LHM_lh_doall(APP_INFO,lh,fn)
2471 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2472 # define lh_APP_INFO_error(lh) LHM_lh_error(APP_INFO,lh)
2473 # define lh_APP_INFO_num_items(lh) LHM_lh_num_items(APP_INFO,lh)
2474 # define lh_APP_INFO_down_load(lh) LHM_lh_down_load(APP_INFO,lh)
2476 LHM_lh_node_stats_bio(APP_INFO,l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/stack/
H A Dsafestack.h2465 # define lh_APP_INFO_new() LHM_lh_new(APP_INFO,app_info)
2466 # define lh_APP_INFO_insert(lh,inst) LHM_lh_insert(APP_INFO,lh,inst)
2467 # define lh_APP_INFO_retrieve(lh,inst) LHM_lh_retrieve(APP_INFO,lh,inst)
2468 # define lh_APP_INFO_delete(lh,inst) LHM_lh_delete(APP_INFO,lh,inst)
2469 # define lh_APP_INFO_doall(lh,fn) LHM_lh_doall(APP_INFO,lh,fn)
2471 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2472 # define lh_APP_INFO_error(lh) LHM_lh_error(APP_INFO,lh)
2473 # define lh_APP_INFO_num_items(lh) LHM_lh_num_items(APP_INFO,lh)
2474 # define lh_APP_INFO_down_load(lh) LHM_lh_down_load(APP_INFO,lh)
2476 LHM_lh_node_stats_bio(APP_INFO,l
[all...]

Completed in 115 milliseconds