
Data Fields | |
| void(* | func )(void) |
| int | is_cleanup |
| struct { | |
| struct ast_atexit * next | |
| } | list |
Definition at line 229 of file asterisk.c.
| void(* func)(void) |
Definition at line 230 of file asterisk.c.
Referenced by __ast_unregister_atexit(), ast_register_atexit(), ast_register_cleanup(), ast_run_atexits(), ast_unregister_atexit(), and register_atexit().
| int is_cleanup |
Definition at line 231 of file asterisk.c.
Referenced by ast_run_atexits(), and register_atexit().
| struct { ... } list |
Referenced by __ast_unregister_atexit(), ast_complete_source_filename(), ast_file_version_find(), ast_register_file_version(), ast_register_thread(), ast_run_atexits(), ast_unregister_file_version(), ast_unregister_thread(), cli_prompt(), handle_show_threads(), handle_show_version_files(), and register_atexit().
| struct ast_atexit* next |
Definition at line 232 of file asterisk.c.