Asterisk - The Open Source Telephony Project GIT-master-3dae2cf
|
ast_include: include= support in extensions.conf More...
Data Fields | |
int | hastime |
const char * | name |
struct ast_include * | next |
const char * | registrar |
const char * | rname |
char | stuff [0] |
struct ast_timing | timing |
ast_include: include= support in extensions.conf
ast_include: include= support in extensions.conf
Definition at line 37 of file pbx_include.c.
int hastime |
If time construct exists
Definition at line 44 of file pbx_include.c.
Referenced by ast_context_add_include2(), include_alloc(), and include_valid().
const char * name |
Definition at line 38 of file pbx_include.c.
Referenced by ast_context_add_include2(), ast_get_include_name(), PathSegment::get_child(), include_alloc(), Parameter::load(), Property::load(), and SwaggerType::load().
struct ast_include* next |
Link them together
Definition at line 2370 of file extconf.c.
Referenced by __ast_context_destroy(), ast_context_add_include2(), ast_walk_context_includes(), and pbx_find_extension().
const char * registrar |
Registrar
Definition at line 42 of file pbx_include.c.
Referenced by ast_context_add_include2(), ast_get_include_registrar(), and include_alloc().
const char * rname |
Context to include
Definition at line 40 of file pbx_include.c.
Referenced by ast_context_add_include2(), ast_context_verify_includes(), include_alloc(), include_rname(), and pbx_find_extension().
char stuff |
Definition at line 47 of file pbx_include.c.
Referenced by ast_context_add_include2(), and include_alloc().
struct ast_timing timing |
time construct
Definition at line 46 of file pbx_include.c.
Referenced by ast_context_add_include2(), include_alloc(), include_free(), and include_valid().