Searched refs:xlu_cfg_get_bounded_long (Results 1 – 4 of 4) sorted by relevance
| /tools/xl/ |
| A D | xl.c | 210 e = xlu_cfg_get_bounded_long (config, "max_grant_frames", 0, INT_MAX, in parse_global_config() 217 e = xlu_cfg_get_bounded_long (config, "max_maptrack_frames", 0, in parse_global_config() 224 e = xlu_cfg_get_bounded_long (config, "max_grant_version", 0, in parse_global_config()
|
| A D | xl_parse.c | 1536 e = xlu_cfg_get_bounded_long (config, "max_grant_frames", 0, INT_MAX, in parse_config_data() 1545 e = xlu_cfg_get_bounded_long (config, "max_maptrack_frames", 0, in parse_config_data() 1554 e = xlu_cfg_get_bounded_long (config, "max_grant_version", 0, in parse_config_data()
|
| /tools/include/ |
| A D | libxlutil.h | 66 int xlu_cfg_get_bounded_long(const XLU_Config*, const char *n, long min,
|
| /tools/libs/util/ |
| A D | libxlu_cfg.c | 270 int xlu_cfg_get_bounded_long(const XLU_Config *cfg, const char *n, in xlu_cfg_get_bounded_long() function 327 return xlu_cfg_get_bounded_long(cfg, n, LONG_MIN, LONG_MAX, value_r, in xlu_cfg_get_long()
|
Completed in 43 milliseconds