Asterisk - The Open Source Telephony Project
18.5.0
|
Structure used for fields comparison. More...
Data Fields | |
struct ao2_container * | container |
Optional container to put object into. More... | |
const struct ast_variable * | fields |
Pointer to the fields to check. More... | |
const char * | prefix |
Prefix for matching object id. More... | |
const size_t | prefix_len |
Prefix length in bytes for matching object id. More... | |
regex_t * | regex |
Regular expression for checking object id. More... | |
const struct ast_sorcery * | sorcery |
Pointer to the sorcery structure. More... | |
Structure used for fields comparison.
Definition at line 76 of file res_sorcery_config.c.
struct ao2_container* container |
Optional container to put object into.
Definition at line 93 of file res_sorcery_config.c.
Referenced by sorcery_config_fields_cmp().
const struct ast_variable* fields |
Pointer to the fields to check.
Definition at line 81 of file res_sorcery_config.c.
Referenced by sorcery_config_fields_cmp(), sorcery_config_retrieve_fields(), and sorcery_config_retrieve_multiple().
const char* prefix |
Prefix for matching object id.
Definition at line 87 of file res_sorcery_config.c.
Referenced by sorcery_config_fields_cmp().
const size_t prefix_len |
Prefix length in bytes for matching object id.
Definition at line 90 of file res_sorcery_config.c.
Referenced by sorcery_config_fields_cmp(), and sorcery_config_retrieve_prefix().
regex_t* regex |
Regular expression for checking object id.
Definition at line 84 of file res_sorcery_config.c.
Referenced by sorcery_config_fields_cmp().
const struct ast_sorcery* sorcery |
Pointer to the sorcery structure.
Definition at line 78 of file res_sorcery_config.c.
Referenced by sorcery_config_fields_cmp(), sorcery_config_retrieve_fields(), sorcery_config_retrieve_multiple(), sorcery_config_retrieve_prefix(), and sorcery_config_retrieve_regex().