Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
match_char Struct Reference

match_char: forms a syntax tree for quick matching of extension patterns More...

Collaboration diagram for match_char:
Collaboration graph
[legend]

Data Fields

struct match_charalt_char
 
int deleted
 
struct ast_extenexten
 
int is_pattern
 
struct match_charnext_char
 
int specificity
 
char x [1]
 

Detailed Description

match_char: forms a syntax tree for quick matching of extension patterns

Definition at line 261 of file pbx.c.

Field Documentation

◆ alt_char

struct match_char* alt_char

◆ deleted

int deleted

Definition at line 264 of file pbx.c.

Referenced by add_exten_to_pattern_tree(), and new_find_extension().

◆ exten

struct ast_exten* exten

◆ is_pattern

int is_pattern

Definition at line 263 of file pbx.c.

Referenced by add_pattern_node(), already_in_tree(), and new_find_extension().

◆ next_char

struct match_char* next_char

◆ specificity

int specificity

Definition at line 265 of file pbx.c.

Referenced by add_pattern_node(), insert_in_next_chars_alt_char_list(), and new_find_extension().

◆ x

char x[1]

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