Asterisk - The Open Source Telephony Project GIT-master-754dea3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
scoreboard Struct Reference
Collaboration diagram for scoreboard:
Collaboration graph
[legend]

Data Fields

int canmatch
 
struct ast_extencanmatch_exten
 
struct ast_extenexten
 
char last_char
 
struct match_charnode
 
int total_length
 
int total_specificity
 

Detailed Description

Definition at line 287 of file pbx.c.

Field Documentation

◆ canmatch

int canmatch

Definition at line 292 of file pbx.c.

Referenced by new_find_extension().

◆ canmatch_exten

struct ast_exten* canmatch_exten

Definition at line 294 of file pbx.c.

Referenced by pbx_find_extension().

◆ exten

struct ast_exten* exten

Definition at line 295 of file pbx.c.

Referenced by new_find_extension(), pbx_find_extension(), and update_scoreboard().

◆ last_char

char last_char

Definition at line 291 of file pbx.c.

Referenced by pbx_find_extension(), and update_scoreboard().

◆ node

struct match_char* node

Definition at line 293 of file pbx.c.

Referenced by pbx_find_extension(), and update_scoreboard().

◆ total_length

int total_length

Definition at line 290 of file pbx.c.

Referenced by pbx_find_extension(), and update_scoreboard().

◆ total_specificity

int total_specificity

Definition at line 289 of file pbx.c.

Referenced by pbx_find_extension(), and update_scoreboard().


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