Data Fields | |
struct { | |
ast_sw * first | |
ast_sw * last | |
} | alts |
ast_ignorepat * | ignorepats |
ast_include * | includes |
ast_rwlock_t | lock |
ast_mutex_t | macrolock |
char | name [256] |
ast_context * | next |
match_char * | pattern_tree |
int | refcount |
const char * | registrar |
ast_exten * | root |
ast_hashtab * | root_table |
Definition at line 2495 of file pbx.c.
struct { ... } alts |
struct ast_ignorepat* ignorepats |
struct ast_include* includes |
char name[256] |
Definition at line 2508 of file pbx.c.
Referenced by ast_context_find(), ast_context_find_or_create(), ast_context_lockmacro(), ast_context_unlockmacro(), ast_str_get_hint(), find_context(), find_context_locked(), and pbx_find_extension().
struct ast_context* next |
struct match_char* pattern_tree |
struct ast_hashtab* root_table |