Data Fields | |
hash * | next |
xp_file | file |
int | dirty |
int | namelen |
char | name [1] |
Definition at line 60 of file dazuko_xp.c.
struct hash* hash::next |
Definition at line 66 of file dazuko_xp.c.
Referenced by dazuko_add_hash(), dazuko_get_hash(), dazuko_mark_hash_dirty(), dazuko_remove_all_hash(), and dazuko_sys_pre().
struct xp_file hash::file |
Definition at line 67 of file dazuko_xp.c.
Referenced by dazuko_add_hash(), dazuko_get_hash(), dazuko_mark_hash_dirty(), dazuko_sys_post(), and dazuko_sys_pre().
int hash::dirty |
Definition at line 68 of file dazuko_xp.c.
Referenced by dazuko_add_hash(), dazuko_mark_hash_dirty(), and dazuko_sys_post().
int hash::namelen |
Definition at line 69 of file dazuko_xp.c.
Referenced by dazuko_add_hash(), dazuko_sys_post(), and dazuko_sys_pre().
char hash::name[1] |
Definition at line 70 of file dazuko_xp.c.
Referenced by dazuko_add_hash(), dazuko_remove_all_hash(), dazuko_sys_post(), and dazuko_sys_pre().