Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
const char * | aliased_to |
size_t | argc |
intptr_t | args [0] |
const char * | default_val |
unsigned char | deprecated:1 |
unsigned int | doc_unavailable:1 |
unsigned int | flags |
aco_option_handler | handler |
enum aco_matchtype | match_type |
const char * | name |
regex_t * | name_regex |
unsigned int | no_doc:1 |
struct aco_type ** | obj |
enum aco_option_type | type |
Definition at line 62 of file config_options.c.
const char* aliased_to |
Definition at line 64 of file config_options.c.
Referenced by aco_option_register_deprecated(), and aco_process_var().
size_t argc |
Definition at line 77 of file config_options.c.
Referenced by __aco_option_register().
intptr_t args[0] |
Definition at line 78 of file config_options.c.
Referenced by __aco_option_register(), acl_handler_fn(), aco_option_get_argument(), bool_handler_fn(), boolflag_handler_fn(), chararray_handler_fn(), codec_handler_fn(), double_handler_fn(), int_handler_fn(), sockaddr_handler_fn(), stringfield_handler_fn(), timelen_handler_fn(), and uint_handler_fn().
const char* default_val |
Definition at line 65 of file config_options.c.
Referenced by __aco_option_register(), aco_set_defaults(), and link_option_to_types().
unsigned char deprecated |
Definition at line 76 of file config_options.c.
Referenced by aco_option_register_deprecated(), and aco_process_var().
unsigned int doc_unavailable |
Definition at line 74 of file config_options.c.
Referenced by aco_process_var(), and link_option_to_types().
unsigned int flags |
Definition at line 71 of file config_options.c.
Referenced by __aco_option_register(), acl_handler_fn(), aco_option_get_flags(), bool_handler_fn(), boolflag_handler_fn(), chararray_handler_fn(), codec_handler_fn(), double_handler_fn(), int_handler_fn(), sockaddr_handler_fn(), stringfield_handler_fn(), timelen_handler_fn(), and uint_handler_fn().
aco_option_handler handler |
Definition at line 70 of file config_options.c.
Referenced by __aco_option_register(), aco_process_var(), and aco_set_defaults().
enum aco_matchtype match_type |
Definition at line 66 of file config_options.c.
Referenced by __aco_option_register(), aco_option_register_deprecated(), config_option_destroy(), find_option_cb(), and link_option_to_types().
const char* name |
Definition at line 63 of file config_options.c.
Referenced by __aco_option_register(), aco_option_register_deprecated(), aco_set_defaults(), config_opt_cmp(), config_opt_hash(), find_option_cb(), PathSegment::get_child(), link_option_to_types(), Parameter::load(), SwaggerType::load(), and Property::load().
regex_t* name_regex |
Definition at line 67 of file config_options.c.
Referenced by __aco_option_register(), config_option_destroy(), and find_option_cb().
unsigned int no_doc |
Definition at line 72 of file config_options.c.
Referenced by __aco_option_register(), and link_option_to_types().
struct aco_type** obj |
Definition at line 68 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 69 of file config_options.c.
Referenced by __aco_option_register(), link_option_to_types(), and Property::load().