Data Fields | |
void(* | func )(void) |
struct { | |
ast_atexit * next | |
} | list |
Definition at line 206 of file asterisk.c.
void(* func)(void) |
Referenced by ast_run_atexits(), and ast_unregister_atexit().
struct { ... } list |
Referenced by ast_complete_source_filename(), ast_file_version_find(), ast_register_atexit(), ast_register_file_version(), ast_register_thread(), ast_run_atexits(), ast_unregister_atexit(), ast_unregister_file_version(), ast_unregister_thread(), cli_prompt(), handle_show_threads(), and handle_show_version_files().
struct ast_atexit* next |
Definition at line 208 of file asterisk.c.