OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_table_entry
(Results
1 - 2
of
2
) sorted by null
/external/squashfs-tools/squashfs-tools/
unsquashfs.h
75
struct
hash_table_entry
{
struct
78
struct
hash_table_entry
*next;
230
extern struct
hash_table_entry
*inode_table_hash[65536],
242
extern int lookup_entry(struct
hash_table_entry
**, long long);
unsquashfs.c
56
struct
hash_table_entry
*inode_table_hash[65536], *directory_table_hash[65536];
594
void add_entry(struct
hash_table_entry
*hash_table[], long long start,
598
struct
hash_table_entry
*
hash_table_entry
;
local
600
hash_table_entry
= malloc(sizeof(struct
hash_table_entry
));
601
if(
hash_table_entry
== NULL)
604
hash_table_entry
->start = start;
605
hash_table_entry
->bytes = bytes;
606
hash_table_entry
->next = hash_table[hash]
614
struct
hash_table_entry
*
hash_table_entry
;
local
[
all
...]
Completed in 86 milliseconds