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::__anon18730
unsquashfs.h
146
struct cache_entry *
hash_prev
;
member in struct:cache_entry
unsquashfs.c
249
entry->
hash_prev
= NULL;
251
entry->hash_next->
hash_prev
= entry;
258
if(entry->
hash_prev
)
259
entry->
hash_prev
->hash_next = entry->hash_next;
264
entry->hash_next->
hash_prev
= entry->
hash_prev
;
266
entry->
hash_prev
= entry->hash_next = NULL;
[
all
...]
Completed in 85 milliseconds