Lines Matching refs:dirfiles

255     struct hash_table dirfiles;	/* Files in this directory.  */  member
670 dc->dirfiles.ht_vec = 0; in find_directory()
677 hash_init_strcached (&dc->dirfiles, buckets, &file_strcache, in find_directory()
681 hash_init (&dc->dirfiles, DIRFILE_BUCKETS, in find_directory()
684 hash_init_strcached (&dc->dirfiles, DIRFILE_BUCKETS, in find_directory()
726 if (dir == 0 || dir->dirfiles.ht_vec == 0) in dir_contents_file_exists_p()
760 df = hash_find_item (&dir->dirfiles, &dirfile_key); in dir_contents_file_exists_p()
765 df = hash_find_item_strcached (&dir->dirfiles, &dirfile_key); in dir_contents_file_exists_p()
874 dirfile_slot = (struct dirfile **) hash_find_slot (&dir->dirfiles, &dirfile_key); in dir_contents_file_exists_p()
882 dirfile_slot = (struct dirfile **) hash_find_slot_strcached (&dir->dirfiles, &dirfile_key); in dir_contents_file_exists_p()
908 hash_insert_at (&dir->dirfiles, df, dirfile_slot); in dir_contents_file_exists_p()
1082 if (dir->contents->dirfiles.ht_vec == 0) in file_impossible()
1085 hash_init (&dir->contents->dirfiles, DIRFILE_BUCKETS, in file_impossible()
1088 hash_init_strcached (&dir->contents->dirfiles, DIRFILE_BUCKETS, in file_impossible()
1108 hash_insert (&dir->contents->dirfiles, new); in file_impossible()
1110 hash_insert_strcached (&dir->contents->dirfiles, new); in file_impossible()
1173 if (dir == 0 || dir->dirfiles.ht_vec == 0) in file_impossible_p()
1190 dirfile = hash_find_item (&dir->dirfiles, &dirfile_key); in file_impossible_p()
1194 dirfile = hash_find_item_strcached (&dir->dirfiles, &dirfile_key); in file_impossible_p()
1234 else if (dir->contents->dirfiles.ht_vec == 0) in print_dir_data_base()
1259 files_slot = (struct dirfile **) dir->contents->dirfiles.ht_vec; in print_dir_data_base()
1260 files_end = files_slot + dir->contents->dirfiles.ht_size; in print_dir_data_base()
1305 hash_print_stats (&dir->contents->dirfiles, stdout); in print_dir_data_base()
1363 if (dir->contents == 0 || dir->contents->dirfiles.ht_vec == 0) in open_dirstream()
1375 new->dirfile_slot = (struct dirfile **) new->contents->dirfiles.ht_vec; in open_dirstream()
1388 struct dirfile **dirfile_end = (struct dirfile **) dc->dirfiles.ht_vec + dc->dirfiles.ht_size; in read_dirstream()
1461 if (dir != NULL && dir->contents && dir->contents->dirfiles.ht_vec != NULL) in dir_exists_p()