Home
last modified time | relevance | path

Searched refs:config_options_t (Results 1 – 2 of 2) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dparser.c33 config_options_t global_options[] = GLOBAL_OPTIONS;
34 config_options_t tg_options[] = THREADGROUP_OPTIONS;
35 config_options_t fs_options[] = FILESYSTEM_OPTIONS;
36 config_options_t stats_options[] = STATS_OPTIONS;
320 static int set_option(char *buf, config_options_t * options) in set_option()
416 config_options_t * options) in handle_container()
473 config_options_t *options; in search_group()
517 void *get_value(config_options_t * config, char *name) in get_value()
531 char *get_config_str(config_options_t * config, char *name) in get_config_str()
536 uint32_t get_config_u32(config_options_t * config, char *name) in get_config_u32()
[all …]
Dparser.h131 } config_options_t; typedef