ref_dir           296 refs.c         		struct ref_dir subdir; /* if (flags&REF_DIR) */
ref_dir           306 refs.c         static void read_loose_refs(const char *dirname, struct ref_dir *dir);
ref_dir           308 refs.c         static struct ref_dir *get_ref_dir(struct ref_entry *entry)
ref_dir           310 refs.c         	struct ref_dir *dir;
ref_dir           372 refs.c         static void clear_ref_dir(struct ref_dir *dir);
ref_dir           391 refs.c         static void add_entry_to_dir(struct ref_dir *dir, struct ref_entry *entry)
ref_dir           406 refs.c         static void clear_ref_dir(struct ref_dir *dir)
ref_dir           441 refs.c         static void sort_ref_dir(struct ref_dir *dir);
ref_dir           463 refs.c         static int search_ref_dir(struct ref_dir *dir, const char *refname, size_t len)
ref_dir           490 refs.c         static struct ref_dir *search_for_subdir(struct ref_dir *dir,
ref_dir           522 refs.c         static struct ref_dir *find_containing_dir(struct ref_dir *dir,
ref_dir           528 refs.c         		struct ref_dir *subdir;
ref_dir           545 refs.c         static struct ref_entry *find_ref(struct ref_dir *dir, const char *refname)
ref_dir           573 refs.c         static int remove_entry(struct ref_dir *dir, const char *refname)
ref_dir           615 refs.c         static int add_ref(struct ref_dir *dir, struct ref_entry *ref)
ref_dir           651 refs.c         static void sort_ref_dir(struct ref_dir *dir)
ref_dir           749 refs.c         static int do_for_each_entry_in_dir(struct ref_dir *dir, int offset,
ref_dir           758 refs.c         			struct ref_dir *subdir = get_ref_dir(entry);
ref_dir           778 refs.c         static int do_for_each_entry_in_dirs(struct ref_dir *dir1,
ref_dir           779 refs.c         				     struct ref_dir *dir2,
ref_dir           802 refs.c         				struct ref_dir *subdir1 = get_ref_dir(e1);
ref_dir           803 refs.c         				struct ref_dir *subdir2 = get_ref_dir(e2);
ref_dir           829 refs.c         				struct ref_dir *subdir = get_ref_dir(e);
ref_dir           848 refs.c         static void prime_ref_dir(struct ref_dir *dir)
ref_dir           894 refs.c         				    struct ref_dir *dir,
ref_dir          1230 refs.c         static void read_packed_refs(FILE *f, struct ref_dir *dir)
ref_dir          1319 refs.c         static struct ref_dir *get_packed_ref_dir(struct packed_ref_cache *packed_ref_cache)
ref_dir          1324 refs.c         static struct ref_dir *get_packed_refs(struct ref_cache *refs)
ref_dir          1351 refs.c         static void read_loose_refs(const char *dirname, struct ref_dir *dir)
ref_dir          1441 refs.c         static struct ref_dir *get_loose_refs(struct ref_cache *refs)
ref_dir          1472 refs.c         	struct ref_dir *dir = get_packed_refs(refs);
ref_dir          1996 refs.c         	struct ref_dir *loose_dir;
ref_dir          1997 refs.c         	struct ref_dir *packed_dir;
ref_dir          2648 refs.c         	struct ref_dir *packed_refs;
ref_dir          2794 refs.c         	struct ref_dir *packed;
ref_dir          4296 refs.c         	struct ref_dir *loose_refs = get_loose_refs(&ref_cache);
ref_dir          4297 refs.c         	struct ref_dir *packed_refs = get_packed_refs(&ref_cache);