Searched refs:hash_table_entry (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dgt64240eth.h325 enum hash_table_entry { enum
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dunsquashfs.c70 struct hash_table_entry { struct
73 struct hash_table_entry *next;
89 struct hash_table_entry *inode_table_hash[65536], *directory_table_hash[65536];
105 int add_entry(struct hash_table_entry *hash_table[], int start, int bytes)
108 struct hash_table_entry *hash_table_entry; local
110 if((hash_table_entry = malloc(sizeof(struct hash_table_entry))) == NULL) {
115 hash_table_entry->start = start;
116 hash_table_entry
127 struct hash_table_entry *hash_table_entry; local
[all...]

Completed in 67 milliseconds