Searched refs:cpp_file_hash_entry (Results 1 – 3 of 3) sorted by relevance
143 struct cpp_file_hash_entry struct145 struct cpp_file_hash_entry *next; argument167 struct cpp_file_hash_entry pool[FILE_HASH_POOL_SIZE];184 static struct cpp_file_hash_entry *search_cache (struct cpp_file_hash_entry *head,190 static struct cpp_file_hash_entry *new_file_hash_entry (cpp_reader *pfile);523 struct cpp_file_hash_entry *entry; in _cpp_find_file()540 entry = search_cache ((struct cpp_file_hash_entry *) *hash_slot, start_dir); in _cpp_find_file()624 = search_cache ((struct cpp_file_hash_entry *) *hash_slot, file->dir); in _cpp_find_file()648 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()661 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()[all …]
143 struct cpp_file_hash_entry struct145 struct cpp_file_hash_entry *next; argument167 struct cpp_file_hash_entry pool[FILE_HASH_POOL_SIZE];184 static struct cpp_file_hash_entry *search_cache (struct cpp_file_hash_entry *head,190 static struct cpp_file_hash_entry *new_file_hash_entry (cpp_reader *pfile);535 cpp_file_hash_entry *entry in _cpp_find_file()536 = search_cache ((struct cpp_file_hash_entry *) *hash_slot, start_dir); in _cpp_find_file()618 = search_cache ((struct cpp_file_hash_entry *) *hash_slot, file->dir); in _cpp_find_file()642 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()655 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()[all …]
3697 (cpp_file_hash_entry): ... this one ; update.