Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
cli_sub_parms Struct Reference
Collaboration diagram for cli_sub_parms:
Collaboration graph
[legend]

Data Fields

struct ast_cli_argsa
 
struct ast_strbuf
 
int count
 
struct ast_cli_entrye
 
regex_t * like
 

Detailed Description

Definition at line 4140 of file res_pjsip_pubsub.c.

Field Documentation

◆ a

struct ast_cli_args* a

◆ buf

struct ast_str* buf

◆ count

int count

◆ e

struct ast_cli_entry* e

CLI handler entry e parameter

Definition at line 4142 of file res_pjsip_pubsub.c.

Referenced by cli_list_subscriptions_inout(), cli_show_subscription_inout(), and cli_show_subscriptions_inout().

◆ like

regex_t* like

Compiled regular expression to select if buf is written to CLI when not NULL.

Definition at line 4148 of file res_pjsip_pubsub.c.

Referenced by cli_list_subscriptions_detail(), cli_list_subscriptions_inout(), cli_show_subscriptions_detail(), and cli_show_subscriptions_inout().


The documentation for this struct was generated from the following file: