Lines Matching refs:app_info
2450 #define lh_APP_INFO_new() LHM_lh_new(APP_INFO,app_info)
2451 #define lh_APP_INFO_insert(lh,inst) LHM_lh_insert(APP_INFO,lh,inst)
2452 #define lh_APP_INFO_retrieve(lh,inst) LHM_lh_retrieve(APP_INFO,lh,inst)
2453 #define lh_APP_INFO_delete(lh,inst) LHM_lh_delete(APP_INFO,lh,inst)
2454 #define lh_APP_INFO_doall(lh,fn) LHM_lh_doall(APP_INFO,lh,fn)
2456 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2457 #define lh_APP_INFO_error(lh) LHM_lh_error(APP_INFO,lh)
2458 #define lh_APP_INFO_num_items(lh) LHM_lh_num_items(APP_INFO,lh)
2459 #define lh_APP_INFO_down_load(lh) LHM_lh_down_load(APP_INFO,lh)
2461 LHM_lh_node_stats_bio(APP_INFO,lh,out)
2463 LHM_lh_node_usage_stats_bio(APP_INFO,lh,out)
2465 LHM_lh_stats_bio(APP_INFO,lh,out)
2466 #define lh_APP_INFO_free(lh) LHM_lh_free(APP_INFO,lh)