Collaboration diagram for ast_ignorepat:

Data Fields | |
| ast_ignorepat * | next |
| char | pattern [0] |
| const char * | registrar |
Definition at line 149 of file pbx.c.
| struct ast_ignorepat* next |
Definition at line 151 of file pbx.c.
Referenced by __ast_context_destroy(), ast_context_add_ignorepat2(), ast_context_remove_ignorepat2(), ast_ignore_pattern(), and ast_walk_context_ignorepats().
| char pattern[0] |
Definition at line 152 of file pbx.c.
Referenced by ast_context_add_ignorepat2(), ast_context_remove_ignorepat2(), ast_get_ignorepat_name(), and ast_ignore_pattern().
| const char* registrar |
Definition at line 150 of file pbx.c.
Referenced by ast_context_add_ignorepat2(), ast_context_remove_ignorepat2(), and ast_get_ignorepat_registrar().
1.4.7