|
Asterisk - The Open Source Telephony Project
18.5.0
|
Structure used for fields comparison. More...

Data Fields | |
| struct sorcery_memory_cache * | cache |
| The sorcery memory cache. More... | |
| 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 181 of file res_sorcery_memory_cache.c.
| struct sorcery_memory_cache* cache |
The sorcery memory cache.
Definition at line 185 of file res_sorcery_memory_cache.c.
| struct ao2_container* container |
Optional container to put object into.
Definition at line 195 of file res_sorcery_memory_cache.c.
Referenced by sorcery_memory_cache_fields_cmp().
| const struct ast_variable* fields |
Pointer to the fields to check.
Definition at line 187 of file res_sorcery_memory_cache.c.
Referenced by sorcery_memory_cache_fields_cmp(), sorcery_memory_cache_retrieve_fields(), and sorcery_memory_cache_retrieve_multiple().
| const char* prefix |
Prefix for matching object id.
Definition at line 191 of file res_sorcery_memory_cache.c.
Referenced by sorcery_memory_cache_fields_cmp().
| const size_t prefix_len |
Prefix length in bytes for matching object id.
Definition at line 193 of file res_sorcery_memory_cache.c.
Referenced by sorcery_memory_cache_fields_cmp(), and sorcery_memory_cache_retrieve_prefix().
| regex_t* regex |
Regular expression for checking object id.
Definition at line 189 of file res_sorcery_memory_cache.c.
Referenced by sorcery_memory_cache_fields_cmp().
| const struct ast_sorcery* sorcery |
Pointer to the sorcery structure.
Definition at line 183 of file res_sorcery_memory_cache.c.
Referenced by sorcery_memory_cache_retrieve_fields(), sorcery_memory_cache_retrieve_multiple(), sorcery_memory_cache_retrieve_prefix(), and sorcery_memory_cache_retrieve_regex().
1.8.13