OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_prev
(Results
1 - 3
of
3
) sorted by null
/external/squashfs-tools/squashfs-tools/
caches-queues-lists.h
106
struct file_buffer *
hash_prev
;
member in union:file_buffer::__anon24228
unsquashfs.h
150
struct cache_entry *
hash_prev
;
member in struct:cache_entry
unsquashfs.c
254
entry->
hash_prev
= NULL;
256
entry->hash_next->
hash_prev
= entry;
263
if(entry->
hash_prev
)
264
entry->
hash_prev
->hash_next = entry->hash_next;
269
entry->hash_next->
hash_prev
= entry->
hash_prev
;
271
entry->
hash_prev
= entry->hash_next = NULL;
[
all
...]
Completed in 182 milliseconds