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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c357 struct id *id_hash_table[ID_ENTRIES]; variable in typeref:struct:id
1135 struct id *entry = id_hash_table[hash];
1154 entry->next = id_hash_table[hash];
1155 id_hash_table[hash] = entry;

Completed in 101 milliseconds