
Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| const ast_string_field | app |
| struct ast_channel * | chan |
| const ast_string_field | data |
| pthread_t | t |
Definition at line 9472 of file pbx.c.
struct ast_string_field_mgr __field_mgr [read] |
struct ast_string_field_pool* __field_mgr_pool [read] |
| const ast_string_field app |
Definition at line 9478 of file pbx.c.
Referenced by ast_pbx_run_app().
struct ast_channel* chan [read] |
Definition at line 9473 of file pbx.c.
Referenced by ast_pbx_outgoing_app(), and ast_pbx_run_app().
| const ast_string_field data |
Definition at line 9478 of file pbx.c.
Referenced by ast_pbx_run_app().
| pthread_t t |
Definition at line 9474 of file pbx.c.
Referenced by ast_pbx_outgoing_app().
1.6.1