| D | safestack.h | 2452 # define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn) argument 2453 # define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \ argument 2454 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg) 2469 # define lh_APP_INFO_doall(lh,fn) LHM_lh_doall(APP_INFO,lh,fn) argument 2470 # define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \ argument 2471 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg) 2486 # define lh_CONF_VALUE_doall(lh,fn) LHM_lh_doall(CONF_VALUE,lh,fn) argument 2487 # define lh_CONF_VALUE_doall_arg(lh,fn,arg_type,arg) \ argument 2488 LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg) 2503 # define lh_ENGINE_PILE_doall(lh,fn) LHM_lh_doall(ENGINE_PILE,lh,fn) argument [all …]
|