Asterisk - The Open Source Telephony Project GIT-master-2de1a68
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 272 of file pbx.c.

Field Documentation

◆ canmatch

int canmatch

Definition at line 277 of file pbx.c.

Referenced by new_find_extension().

◆ canmatch_exten

struct ast_exten* canmatch_exten

Definition at line 279 of file pbx.c.

Referenced by pbx_find_extension().

◆ exten

struct ast_exten* exten

Definition at line 280 of file pbx.c.

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

◆ last_char

char last_char

Definition at line 276 of file pbx.c.

Referenced by pbx_find_extension(), and update_scoreboard().

◆ node

struct match_char* node

Definition at line 278 of file pbx.c.

Referenced by pbx_find_extension(), and update_scoreboard().

◆ total_length

int total_length

Definition at line 275 of file pbx.c.

Referenced by pbx_find_extension(), and update_scoreboard().

◆ total_specificity

int total_specificity

Definition at line 274 of file pbx.c.

Referenced by pbx_find_extension(), and update_scoreboard().


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