Searched refs:hash_table_entry (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.h102 struct hash_table_entry { struct
105 struct hash_table_entry *next;
256 extern struct hash_table_entry *inode_table_hash[65536],
266 extern int lookup_entry(struct hash_table_entry **, long long);
H A Dunsquashfs.c50 struct hash_table_entry *inode_table_hash[65536], *directory_table_hash[65536];
508 void add_entry(struct hash_table_entry *hash_table[], long long start,
512 struct hash_table_entry *hash_table_entry; local
514 hash_table_entry = malloc(sizeof(struct hash_table_entry));
515 if(hash_table_entry == NULL)
518 hash_table_entry->start = start;
519 hash_table_entry->bytes = bytes;
520 hash_table_entry
528 struct hash_table_entry *hash_table_entry; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpxa168_eth.c260 enum hash_table_entry { enum

Completed in 62 milliseconds