Asterisk - The Open Source Telephony Project  18.5.0
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

◆ exten

struct ast_exten* exten

◆ is_pattern

int is_pattern

◆ next_char

struct match_char* next_char

◆ specificity

int specificity

◆ x

char x[1]

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