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