Home
last modified time | relevance | path

Searched defs:cache_entry (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsemanage/src/
Ddatabase_llist.h10 typedef struct cache_entry { struct
12 struct cache_entry *prev; argument
13 struct cache_entry *next; argument
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h142 struct cache_entry { struct
149 struct cache_entry *hash_next; argument
150 struct cache_entry *hash_prev; argument
151 struct cache_entry *free_next; argument
152 struct cache_entry *free_prev; argument
153 char *data;
/external/v8/src/profiler/
Dheap-snapshot-generator.cc725 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing)); in Map() local
732 HashMap::Entry* cache_entry = entries_.LookupOrInsert(thing, Hash(thing)); in Pair() local
764 HashMap::Entry* cache_entry = in GetTag() local
775 HashMap::Entry* cache_entry = in SetTag() local
2769 HashMap::Entry* cache_entry = in GetStringId() local
/external/ppp/pppd/
Dchap_ms.c388 const struct chapms2_response_cache_entry *cache_entry; in chapms2_make_response() local