Data Fields | |
int | cbypass |
unsigned long | crc32 |
char | dcontext [AST_MAX_EXTENSION] |
dundi_entity_info * | dei |
dundi_result * | dr |
int | expiration |
dundi_hint_metadata * | hmd |
int | maxcount |
dundi_request * | next |
char | number [AST_MAX_EXTENSION] |
int | pfds [2] |
dundi_eid | query_eid |
int | respcount |
dundi_eid | root_eid |
dundi_transaction * | trans |
Definition at line 207 of file pbx_dundi.c.
int cbypass |
unsigned long crc32 |
Definition at line 220 of file pbx_dundi.c.
Referenced by avoid_crc32(), cache_save(), cache_save_hint(), and register_request().
char dcontext[AST_MAX_EXTENSION] |
Definition at line 208 of file pbx_dundi.c.
Referenced by cache_lookup(), cache_save(), cache_save_hint(), destroy_trans(), dundi_discover(), dundi_query(), dundi_show_requests(), handle_command_response(), precache_trans(), and register_request().
struct dundi_entity_info* dei |
Definition at line 213 of file pbx_dundi.c.
struct dundi_result* dr |
Definition at line 212 of file pbx_dundi.c.
Referenced by cache_lookup_internal(), cache_save(), dundi_prop_precache(), and handle_command_response().
int expiration |
struct dundi_hint_metadata* hmd |
Definition at line 214 of file pbx_dundi.c.
Referenced by cache_lookup(), cache_lookup_internal(), dundi_prop_precache(), and handle_command_response().
int maxcount |
Definition at line 215 of file pbx_dundi.c.
Referenced by dundi_prop_precache(), dundi_show_requests(), and handle_command_response().
struct dundi_request* next |
Definition at line 222 of file pbx_dundi.c.
Referenced by check_request(), dundi_show_requests(), register_request(), and unregister_request().
char number[AST_MAX_EXTENSION] |
Definition at line 209 of file pbx_dundi.c.
Referenced by cache_lookup(), cache_save(), destroy_trans(), dundi_discover(), dundi_show_requests(), handle_command_response(), precache_trans(), and register_request().
int pfds[2] |
Definition at line 219 of file pbx_dundi.c.
int respcount |
Definition at line 216 of file pbx_dundi.c.
Referenced by cache_lookup(), cache_lookup_internal(), cache_save(), dundi_prop_precache(), dundi_show_requests(), and handle_command_response().
Definition at line 211 of file pbx_dundi.c.
Referenced by cache_lookup(), cache_save(), cache_save_hint(), dundi_lookup_internal(), dundi_show_requests(), and register_request().
struct dundi_transaction* trans |
Definition at line 221 of file pbx_dundi.c.