Searched defs:cache_entry (Results 1 – 4 of 4) sorted by relevance
10 typedef struct cache_entry { struct12 struct cache_entry *prev; argument13 struct cache_entry *next; argument
142 struct cache_entry { struct149 struct cache_entry *hash_next; argument150 struct cache_entry *hash_prev; argument151 struct cache_entry *free_next; argument152 struct cache_entry *free_prev; argument153 char *data;
725 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing)); in Map() local732 HashMap::Entry* cache_entry = entries_.LookupOrInsert(thing, Hash(thing)); in Pair() local764 HashMap::Entry* cache_entry = in GetTag() local775 HashMap::Entry* cache_entry = in SetTag() local2769 HashMap::Entry* cache_entry = in GetStringId() local
388 const struct chapms2_response_cache_entry *cache_entry; in chapms2_make_response() local