| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| struct ast_cli_args * | a | 
| struct ast_str * | buf | 
| int | count | 
| struct ast_cli_entry * | e | 
| regex_t * | like | 
Definition at line 4586 of file res_pjsip_pubsub.c.
| struct ast_cli_args* a | 
CLI handler entry a parameter
Definition at line 4590 of file res_pjsip_pubsub.c.
| struct ast_str* buf | 
CLI subscription entry output line(s)
Definition at line 4592 of file res_pjsip_pubsub.c.
| int count | 
Definition at line 4595 of file res_pjsip_pubsub.c.
| struct ast_cli_entry* e | 
CLI handler entry e parameter
Definition at line 4588 of file res_pjsip_pubsub.c.
Referenced by cli_list_subscriptions_inout(), cli_show_subscription_inout(), and cli_show_subscriptions_inout().
| regex_t* like | 
Compiled regular expression to select if buf is written to CLI when not NULL.
Definition at line 4594 of file res_pjsip_pubsub.c.
Referenced by cli_list_subscriptions_inout(), and cli_show_subscriptions_inout().