
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 2653 of file pbx.c.
Referenced by ast_context_find(), ast_context_find_or_create(), find_context(), and find_context_locked().
| struct ast_context* next |
| struct match_char* pattern_tree |
| struct ast_hashtab* root_table |