dpkg 1.22.7-3-g89f48
|
Data Fields | ||
struct cleanup_entry * | next | |
struct { | ||
int mask | ||
void(* call )(int argc, void **argv) | ||
} | calls [NCALLS] | |
int | cpmask | |
int | cpvalue | |
int | argc | |
void * | argv [1] | |
int cleanup_entry::argc |
Referenced by pop_cleanup(), and push_checkpoint().
void* cleanup_entry::argv[1] |
Referenced by pop_cleanup(), and push_checkpoint().
Referenced by pop_cleanup(), push_checkpoint(), and push_cleanup().
struct { ... } cleanup_entry::calls[NCALLS] |
Referenced by pop_cleanup(), and push_checkpoint().
int cleanup_entry::cpmask |
Referenced by push_checkpoint().
int cleanup_entry::cpvalue |
Referenced by push_checkpoint().
int cleanup_entry::mask |
Referenced by pop_cleanup(), push_checkpoint(), and push_cleanup().
struct cleanup_entry* cleanup_entry::next |
Referenced by pop_cleanup(), and push_checkpoint().