Searched refs:file_hash_entry (Results 1 – 3 of 3) sorted by relevance
142 struct file_hash_entry struct144 struct file_hash_entry *next; argument166 struct file_hash_entry pool[FILE_HASH_POOL_SIZE];181 static struct file_hash_entry *search_cache (struct file_hash_entry *head,187 static struct file_hash_entry *new_file_hash_entry (cpp_reader *pfile);454 struct file_hash_entry *entry, **hash_slot; in _cpp_find_file()465 hash_slot = (struct file_hash_entry **) in _cpp_find_file()971 static struct file_hash_entry *972 search_cache (struct file_hash_entry *head, const cpp_dir *start_dir) in search_cache()1027 struct file_hash_entry *entry, **hash_slot; in make_cpp_dir()[all …]
56 struct file_hash_entry *file;62 typedef struct file_hash_entry struct104 static struct file_hash_entry * file_hash_lookup (const char *);148 static struct file_hash_entry *157 struct file_hash_entry *v; in file_hash_lookup()158 *e = v = XCNEW (struct file_hash_entry); in file_hash_lookup()161 return (struct file_hash_entry *) *e; in file_hash_lookup()
54 struct file_hash_entry *file;60 typedef struct file_hash_entry struct100 static struct file_hash_entry * file_hash_lookup (const char *);142 static struct file_hash_entry *151 struct file_hash_entry *v; in file_hash_lookup()152 *e = v = XCNEW (struct file_hash_entry); in file_hash_lookup()155 return (struct file_hash_entry *) *e; in file_hash_lookup()