Searched refs:file_cache_slot (Results 1 – 3 of 3) sorted by relevance
119 class file_cache_slot; variable136 file_cache_slot *lookup_or_add_file (const char *file_path);149 file_cache_slot *evicted_cache_tab_entry (unsigned *highest_use_count);150 file_cache_slot *add_file (const char *file_path);151 file_cache_slot *lookup_file (const char *file_path);155 file_cache_slot *m_file_slots;
48 class file_cache_slot class51 file_cache_slot ();52 ~file_cache_slot ();330 file_cache_slot *336 file_cache_slot *r = NULL; in lookup_file()339 file_cache_slot *c = &m_file_slots[i]; in lookup_file()373 file_cache_slot *r = lookup_file (file_path); in forcibly_evict_file()382 file_cache_slot::evict () in evict()402 file_cache_slot*407 file_cache_slot *to_evict = &m_file_slots[0]; in evicted_cache_tab_entry()[all …]
15690 (file_cache_slot::create): Added ability to convert the input15693 (class file_cache_slot): Added new m_alloc_offset member.15694 (file_cache_slot::file_cache_slot): Initialize the new member.15695 (file_cache_slot::~file_cache_slot): Handle potentially offset buffer.15696 (file_cache_slot::maybe_grow): Likewise.15697 (file_cache_slot::needs_read_p): Handle NULL fp, which is now possible.15698 (file_cache_slot::get_next_line): Likewise.21279 (class file_cache_slot): ...this, making most members private and21281 (file_cache_slot::get_file_path): New accessor.21282 (file_cache_slot::get_use_count): New accessor.[all …]