
Data Fields | |
| const char * | aliased_to |
| size_t | argc |
| intptr_t | args [0] |
| const char * | default_val |
| unsigned char | deprecated:1 |
| unsigned int | flags |
| aco_option_handler | handler |
| enum aco_matchtype | match_type |
| const char * | name |
| regex_t * | name_regex |
| struct aco_type ** | obj |
| enum aco_option_type | type |
Definition at line 58 of file config_options.c.
| const char* aliased_to |
Definition at line 60 of file config_options.c.
Referenced by aco_option_register_deprecated().
| size_t argc |
Definition at line 69 of file config_options.c.
Referenced by __aco_option_register().
| intptr_t args[0] |
Definition at line 70 of file config_options.c.
Referenced by __aco_option_register(), acl_handler_fn(), bool_handler_fn(), boolflag_handler_fn(), chararray_handler_fn(), codec_handler_fn(), double_handler_fn(), int_handler_fn(), sockaddr_handler_fn(), stringfield_handler_fn(), and uint_handler_fn().
| const char* default_val |
Definition at line 61 of file config_options.c.
Referenced by __aco_option_register(), and aco_set_defaults().
| unsigned char deprecated |
Definition at line 68 of file config_options.c.
Referenced by aco_option_register_deprecated().
| unsigned int flags |
Definition at line 67 of file config_options.c.
Referenced by __aco_option_register(), acl_handler_fn(), bool_handler_fn(), boolflag_handler_fn(), codec_handler_fn(), double_handler_fn(), int_handler_fn(), sockaddr_handler_fn(), and uint_handler_fn().
Definition at line 66 of file config_options.c.
Referenced by __aco_option_register(), and aco_set_defaults().
| enum aco_matchtype match_type |
Definition at line 62 of file config_options.c.
Referenced by __aco_option_register(), aco_option_register_deprecated(), config_option_destroy(), and find_option_cb().
| const char* name |
Definition at line 59 of file config_options.c.
Referenced by __aco_option_register(), aco_option_register_deprecated(), aco_set_defaults(), config_opt_cmp(), config_opt_hash(), and find_option_cb().
| regex_t* name_regex |
Definition at line 63 of file config_options.c.
Referenced by __aco_option_register(), config_option_destroy(), and find_option_cb().
Definition at line 64 of file config_options.c.
Referenced by config_opt_cmp(), config_opt_hash(), config_option_destroy(), and find_option_cb().
| enum aco_option_type type |
Definition at line 65 of file config_options.c.
Referenced by __aco_option_register().