Searched defs:fileassoc_table (Results 1 – 1 of 1) sorted by relevance
77 struct fileassoc_table { struct78 struct fileassoc_hash_entry *tbl_hash;79 u_long tbl_mask; /* Hash table mask. */80 size_t tbl_nslots; /* Number of slots. */81 size_t tbl_nused; /* # of used slots. */82 specificdata_reference tbl_data;