
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 |
Definition at line 2909 of file pbx.c.
| struct { ... } alts |
struct ast_ignorepat* ignorepats [read] |
struct ast_include* includes [read] |
| char name[256] |
Definition at line 2922 of file pbx.c.
Referenced by ast_context_find(), ast_context_find_or_create(), find_context(), and find_context_locked().
struct ast_context* next [read] |
struct match_char* pattern_tree [read] |
struct ast_hashtab* root_table [read] |
1.6.1