packed_git        344 builtin/cat-file.c 			       struct packed_git *pack,
packed_git         82 builtin/count-objects.c 		struct packed_git *p;
packed_git         88 builtin/count-objects.c 		if (!packed_git)
packed_git         90 builtin/count-objects.c 		for (p = packed_git; p; p = p->next) {
packed_git        704 builtin/fsck.c 		struct packed_git *p;
packed_git        711 builtin/fsck.c 			for (p = packed_git; p; p = p->next) {
packed_git        719 builtin/fsck.c 		for (p = packed_git; p; p = p->next) {
packed_git        146 builtin/gc.c   	struct packed_git *p;
packed_git        153 builtin/gc.c   	for (cnt = 0, p = packed_git; p; p = p->next) {
packed_git       1495 builtin/index-pack.c static void read_v2_anomalous_offsets(struct packed_git *p,
packed_git       1534 builtin/index-pack.c 	struct packed_git *p = add_packed_git(pack_name, strlen(pack_name), 1);
packed_git         64 builtin/pack-objects.c static struct packed_git *reuse_packfile;
packed_git        190 builtin/pack-objects.c static int check_pack_inflate(struct packed_git *p,
packed_git        217 builtin/pack-objects.c 		struct packed_git *p,
packed_git        347 builtin/pack-objects.c 	struct packed_git *p = entry->in_pack;
packed_git        949 builtin/pack-objects.c 			       struct packed_git **found_pack,
packed_git        952 builtin/pack-objects.c 	struct packed_git *p;
packed_git        960 builtin/pack-objects.c 	for (p = packed_git; p; p = p->next) {
packed_git        989 builtin/pack-objects.c 				struct packed_git *found_pack,
packed_git       1017 builtin/pack-objects.c 	struct packed_git *found_pack;
packed_git       1044 builtin/pack-objects.c 					struct packed_git *pack, off_t offset)
packed_git       1329 builtin/pack-objects.c 		struct packed_git *p = entry->in_pack;
packed_git       2320 builtin/pack-objects.c static void mark_in_pack_object(struct object *object, struct packed_git *p, struct in_pack *in_pack)
packed_git       2346 builtin/pack-objects.c 	struct packed_git *p;
packed_git       2352 builtin/pack-objects.c 	for (p = packed_git; p; p = p->next) {
packed_git       2387 builtin/pack-objects.c 	static struct packed_git *last_found = (void *)1;
packed_git       2388 builtin/pack-objects.c 	struct packed_git *p;
packed_git       2390 builtin/pack-objects.c 	p = (last_found != (void *)1) ? last_found : packed_git;
packed_git       2399 builtin/pack-objects.c 			p = packed_git;
packed_git       2431 builtin/pack-objects.c 	struct packed_git *p;
packed_git       2435 builtin/pack-objects.c 	for (p = packed_git; p; p = p->next) {
packed_git         30 builtin/pack-redundant.c 	struct packed_git *pack;
packed_git        354 builtin/pack-redundant.c static size_t sizeof_union(struct packed_git *p1, struct packed_git *p2)
packed_git        540 builtin/pack-redundant.c static struct pack_list * add_pack(struct packed_git *p)
packed_git        572 builtin/pack-redundant.c 	struct packed_git *p = packed_git;
packed_git        587 builtin/pack-redundant.c 	struct packed_git *p = packed_git;
packed_git        267 builtin/rev-list.c 	struct packed_git *found_pack,
packed_git       1233 cache.h        	struct packed_git *next;
packed_git       1251 cache.h        } *packed_git;
packed_git       1256 cache.h        	struct packed_git *p;
packed_git       1259 cache.h        extern struct packed_git *parse_pack_index(unsigned char *sha1, const char *idx_path);
packed_git       1266 cache.h        extern void install_packed_git(struct packed_git *pack);
packed_git       1268 cache.h        extern struct packed_git *find_sha1_pack(const unsigned char *sha1,
packed_git       1269 cache.h        					 struct packed_git *packs);
packed_git       1277 cache.h        extern int open_pack_index(struct packed_git *);
packed_git       1283 cache.h        extern void close_pack_index(struct packed_git *);
packed_git       1285 cache.h        extern unsigned char *use_pack(struct packed_git *, struct pack_window **, off_t, unsigned long *);
packed_git       1286 cache.h        extern void close_pack_windows(struct packed_git *);
packed_git       1291 cache.h        extern struct packed_git *add_packed_git(const char *, int, int);
packed_git       1299 cache.h        extern const unsigned char *nth_packed_object_sha1(struct packed_git *, uint32_t n);
packed_git       1305 cache.h        extern off_t nth_packed_object_offset(const struct packed_git *, uint32_t n);
packed_git       1311 cache.h        extern off_t find_pack_entry_one(const unsigned char *sha1, struct packed_git *);
packed_git       1313 cache.h        extern int is_pack_valid(struct packed_git *);
packed_git       1314 cache.h        extern void *unpack_entry(struct packed_git *, off_t, enum object_type *, unsigned long *);
packed_git       1316 cache.h        extern unsigned long get_size_from_delta(struct packed_git *, struct pack_window **, off_t);
packed_git       1317 cache.h        extern int unpack_object_header(struct packed_git *, struct pack_window **, off_t *, unsigned long *);
packed_git       1368 cache.h        				  struct packed_git *pack,
packed_git       1399 cache.h        			struct packed_git *pack;
packed_git         33 connected.c    	struct packed_git *new_pack = NULL;
packed_git        319 fast-import.c  static struct packed_git *pack_data;
packed_git        320 fast-import.c  static struct packed_git **all_packs;
packed_git        865 fast-import.c  	struct packed_git *p;
packed_git        945 fast-import.c  		struct packed_git *p = all_packs[k];
packed_git        962 fast-import.c  		struct packed_git *new_p;
packed_git       1053 fast-import.c  	} else if (find_sha1_pack(sha1, packed_git)) {
packed_git       1251 fast-import.c  	} else if (find_sha1_pack(sha1, packed_git)) {
packed_git       1295 fast-import.c  	struct packed_git *p = all_packs[oe->pack_id];
packed_git        511 http-backend.c 	struct packed_git *p;
packed_git        516 http-backend.c 	for (p = packed_git; p; p = p->next) {
packed_git        522 http-backend.c 	for (p = packed_git; p; p = p->next) {
packed_git         95 http-push.c    	struct packed_git *packs;
packed_git        301 http-push.c    	struct packed_git *target;
packed_git        664 http-push.c    	struct packed_git *target;
packed_git          9 http-walker.c  	struct packed_git *packs;
packed_git        397 http-walker.c  	struct packed_git *target;
packed_git       1428 http.c         static int fetch_and_setup_pack_index(struct packed_git **packs_head,
packed_git       1431 http.c         	struct packed_git *new_pack;
packed_git       1469 http.c         int http_get_info_packs(const char *base_url, struct packed_git **packs_head)
packed_git       1529 http.c         	struct packed_git **lst;
packed_git       1530 http.c         	struct packed_git *p = preq->target;
packed_git       1581 http.c         	struct packed_git *target, const char *base_url)
packed_git        185 http.h         	struct packed_git **packs_head);
packed_git        189 http.h         	struct packed_git *target;
packed_git        190 http.h         	struct packed_git **lst;
packed_git        198 http.h         	struct packed_git *target, const char *base_url);
packed_git         34 pack-bitmap.c  	struct packed_git *pack;
packed_git        253 pack-bitmap.c  static char *pack_bitmap_filename(struct packed_git *p)
packed_git        267 pack-bitmap.c  static int open_pack_bitmap_1(struct packed_git *packfile)
packed_git        339 pack-bitmap.c  	struct packed_git *p;
packed_git        345 pack-bitmap.c  	for (p = packed_git; p; p = p->next) {
packed_git        757 pack-bitmap.c  int reuse_partial_packfile_from_bitmap(struct packed_git **packfile,
packed_git         34 pack-bitmap.h  	struct packed_git *found_pack,
packed_git         42 pack-bitmap.h  int reuse_partial_packfile_from_bitmap(struct packed_git **packfile, uint32_t *entries, off_t *up_to);
packed_git         23 pack-check.c   int check_pack_crc(struct packed_git *p, struct pack_window **w_curs,
packed_git         45 pack-check.c   static int verify_packfile(struct packed_git *p,
packed_git        144 pack-check.c   int verify_pack_index(struct packed_git *p)
packed_git        167 pack-check.c   int verify_pack(struct packed_git *p, verify_fn fn,
packed_git          7 pack-objects.h 	struct packed_git *in_pack;	/* already in pack */
packed_git         22 pack-revindex.c static int pack_revindex_ix(struct packed_git *p)
packed_git         41 pack-revindex.c 	struct packed_git *p;
packed_git         43 pack-revindex.c 	for (num = 0, p = packed_git; p; p = p->next)
packed_git         49 pack-revindex.c 	for (p = packed_git; p; p = p->next) {
packed_git        159 pack-revindex.c 	struct packed_git *p = rix->p;
packed_git        199 pack-revindex.c struct pack_revindex *revindex_for_pack(struct packed_git *p)
packed_git        238 pack-revindex.c struct revindex_entry *find_pack_revindex(struct packed_git *p, off_t ofs)
packed_git         10 pack-revindex.h 	struct packed_git *p;
packed_git         14 pack-revindex.h struct pack_revindex *revindex_for_pack(struct packed_git *p);
packed_git         17 pack-revindex.h struct revindex_entry *find_pack_revindex(struct packed_git *p, off_t ofs);
packed_git         80 pack.h         extern int check_pack_crc(struct packed_git *p, struct pack_window **w_curs, off_t offset, off_t len, unsigned int nr);
packed_git         81 pack.h         extern int verify_pack_index(struct packed_git *);
packed_git         82 pack.h         extern int verify_pack(struct packed_git *, verify_fn fn, struct progress *, uint32_t);
packed_git        132 reachable.c    			     struct packed_git *p, uint32_t pos,
packed_git         86 server-info.c  	struct packed_git *p;
packed_git        101 server-info.c  		struct packed_git *p = info[i]->p;
packed_git        192 server-info.c  	struct packed_git *p;
packed_git        200 server-info.c  	for (p = packed_git; p; p = p->next) {
packed_git        210 server-info.c  	for (i = 0, p = packed_git; p; p = p->next) {
packed_git         67 sha1_file.c    static struct packed_git *last_found_pack;
packed_git        541 sha1_file.c    struct packed_git *packed_git;
packed_git        569 sha1_file.c    static int check_packed_git_idx(const char *path, struct packed_git *p)
packed_git        671 sha1_file.c    int open_pack_index(struct packed_git *p)
packed_git        686 sha1_file.c    static void scan_windows(struct packed_git *p,
packed_git        687 sha1_file.c    	struct packed_git **lru_p,
packed_git        705 sha1_file.c    static int unuse_one_window(struct packed_git *current)
packed_git        707 sha1_file.c    	struct packed_git *p, *lru_p = NULL;
packed_git        712 sha1_file.c    	for (p = packed_git; p; p = p->next)
packed_git        773 sha1_file.c    void close_pack_windows(struct packed_git *p)
packed_git        789 sha1_file.c    static int close_pack_fd(struct packed_git *p)
packed_git        801 sha1_file.c    static void close_pack(struct packed_git *p)
packed_git        810 sha1_file.c    	struct packed_git *p;
packed_git        812 sha1_file.c    	for (p = packed_git; p; p = p->next)
packed_git        824 sha1_file.c    static void find_lru_pack(struct packed_git *p, struct packed_git **lru_p, struct pack_window **mru_w, int *accept_windows_inuse)
packed_git        877 sha1_file.c    	struct packed_git *p, *lru_p = NULL;
packed_git        881 sha1_file.c    	for (p = packed_git; p; p = p->next) {
packed_git        902 sha1_file.c    void close_pack_index(struct packed_git *p)
packed_git        922 sha1_file.c    	struct packed_git *p, **pp = &packed_git;
packed_git        985 sha1_file.c    static int open_packed_git_1(struct packed_git *p)
packed_git       1058 sha1_file.c    static int open_packed_git(struct packed_git *p)
packed_git       1079 sha1_file.c    unsigned char *use_pack(struct packed_git *p,
packed_git       1151 sha1_file.c    static struct packed_git *alloc_packed_git(int extra)
packed_git       1153 sha1_file.c    	struct packed_git *p = xmalloc(sizeof(*p) + extra);
packed_git       1164 sha1_file.c    struct packed_git *add_packed_git(const char *path, int path_len, int local)
packed_git       1168 sha1_file.c    	struct packed_git *p = alloc_packed_git(path_len + 2);
packed_git       1207 sha1_file.c    struct packed_git *parse_pack_index(unsigned char *sha1, const char *idx_path)
packed_git       1210 sha1_file.c    	struct packed_git *p = alloc_packed_git(strlen(path) + 1);
packed_git       1222 sha1_file.c    void install_packed_git(struct packed_git *pack)
packed_git       1227 sha1_file.c    	pack->next = packed_git;
packed_git       1228 sha1_file.c    	packed_git = pack;
packed_git       1309 sha1_file.c    		struct packed_git *p;
packed_git       1321 sha1_file.c    			for (p = packed_git; p; p = p->next) {
packed_git       1356 sha1_file.c    	struct packed_git *a = *((struct packed_git **)a_);
packed_git       1357 sha1_file.c    	struct packed_git *b = *((struct packed_git **)b_);
packed_git       1384 sha1_file.c    	struct packed_git **ary, *p;
packed_git       1387 sha1_file.c    	for (n = 0, p = packed_git; p; p = p->next)
packed_git       1393 sha1_file.c    	ary = xcalloc(n, sizeof(struct packed_git *));
packed_git       1394 sha1_file.c    	for (n = 0, p = packed_git; p; p = p->next)
packed_git       1397 sha1_file.c    	qsort(ary, n, sizeof(struct packed_git *), sort_pack);
packed_git       1403 sha1_file.c    	packed_git = ary[0];
packed_git       1432 sha1_file.c    static void mark_bad_packed_object(struct packed_git *p,
packed_git       1444 sha1_file.c    static const struct packed_git *has_packed_and_bad(const unsigned char *sha1)
packed_git       1446 sha1_file.c    	struct packed_git *p;
packed_git       1449 sha1_file.c    	for (p = packed_git; p; p = p->next)
packed_git       1796 sha1_file.c    unsigned long get_size_from_delta(struct packed_git *p,
packed_git       1835 sha1_file.c    static off_t get_delta_base(struct packed_git *p,
packed_git       1880 sha1_file.c    static const unsigned char *get_delta_base_sha1(struct packed_git *p,
packed_git       1906 sha1_file.c    int unpack_object_header(struct packed_git *p,
packed_git       1932 sha1_file.c    static int retry_bad_packed_offset(struct packed_git *p, off_t obj_offset)
packed_git       1950 sha1_file.c    static enum object_type packed_to_object_type(struct packed_git *p,
packed_git       2017 sha1_file.c    static int packed_object_info(struct packed_git *p, off_t obj_offset,
packed_git       2084 sha1_file.c    static void *unpack_compressed_entry(struct packed_git *p,
packed_git       2130 sha1_file.c    	struct packed_git *p;
packed_git       2136 sha1_file.c    static unsigned long pack_entry_hash(struct packed_git *p, off_t base_offset)
packed_git       2146 sha1_file.c    get_delta_base_cache_entry(struct packed_git *p, off_t base_offset)
packed_git       2153 sha1_file.c    				     struct packed_git *p, off_t base_offset)
packed_git       2158 sha1_file.c    static int in_delta_base_cache(struct packed_git *p, off_t base_offset)
packed_git       2173 sha1_file.c    static void *cache_or_unpack_entry(struct packed_git *p, off_t base_offset,
packed_git       2213 sha1_file.c    static void add_delta_base_cache(struct packed_git *p, off_t base_offset,
packed_git       2253 sha1_file.c    static void write_pack_access_log(struct packed_git *p, off_t obj_offset)
packed_git       2269 sha1_file.c    void *unpack_entry(struct packed_git *p, off_t obj_offset,
packed_git       2450 sha1_file.c    const unsigned char *nth_packed_object_sha1(struct packed_git *p,
packed_git       2470 sha1_file.c    off_t nth_packed_object_offset(const struct packed_git *p, uint32_t n)
packed_git       2489 sha1_file.c    				  struct packed_git *p)
packed_git       2551 sha1_file.c    int is_pack_valid(struct packed_git *p)
packed_git       2574 sha1_file.c    			   struct packed_git *p)
packed_git       2610 sha1_file.c    	struct packed_git *p;
packed_git       2613 sha1_file.c    	if (!packed_git)
packed_git       2619 sha1_file.c    	for (p = packed_git; p; p = p->next) {
packed_git       2631 sha1_file.c    struct packed_git *find_sha1_pack(const unsigned char *sha1,
packed_git       2632 sha1_file.c    				  struct packed_git *packs)
packed_git       2634 sha1_file.c    	struct packed_git *p;
packed_git       2863 sha1_file.c    	const struct packed_git *p;
packed_git       3608 sha1_file.c    static int for_each_object_in_pack(struct packed_git *p, each_packed_object_fn cb, void *data)
packed_git       3629 sha1_file.c    	struct packed_git *p;
packed_git       3634 sha1_file.c    	for (p = packed_git; p; p = p->next) {
packed_git        140 sha1_name.c    			   struct packed_git *p,
packed_git        183 sha1_name.c    	struct packed_git *p;
packed_git        186 sha1_name.c    	for (p = packed_git; p && !ds->ambiguous; p = p->next)
packed_git         87 streaming.c    			struct packed_git *pack;