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

Data Fields

struct ast_sws alts
 
int autohints
 
struct ast_ignorepats ignorepats
 
struct ast_includes includes
 
ast_rwlock_t lock
 
ast_mutex_t macrolock
 
char name [256]
 
struct ast_contextnext
 
struct match_charpattern_tree
 
int refcount
 
const char * registrar
 
struct ast_extenroot
 
struct ast_hashtabroot_table
 

Detailed Description

Definition at line 2426 of file pbx.c.

Field Documentation

◆ alts

struct ast_sws alts

Definition at line 2435 of file pbx.c.

◆ autohints

int autohints

Definition at line 2438 of file pbx.c.

◆ ignorepats

struct ast_ignorepats ignorepats

Definition at line 2434 of file pbx.c.

◆ includes

struct ast_includes includes

Definition at line 2433 of file pbx.c.

◆ lock

Definition at line 2428 of file pbx.c.

◆ macrolock

ast_mutex_t macrolock

Definition at line 2439 of file pbx.c.

◆ name

char name[256]

◆ next

struct ast_context* next

Definition at line 2432 of file pbx.c.

◆ pattern_tree

struct match_char* pattern_tree

Definition at line 2431 of file pbx.c.

◆ refcount

int refcount

Definition at line 2437 of file pbx.c.

◆ registrar

const char* registrar

Definition at line 2436 of file pbx.c.

◆ root

struct ast_exten* root

Definition at line 2429 of file pbx.c.

◆ root_table

struct ast_hashtab* root_table

Definition at line 2430 of file pbx.c.


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