Home
last modified time | relevance | path

Searched refs:iterate_ref_map (Results 1 – 22 of 22) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/git-patches/
H A D0010-connected-refactor-iterator-to-return-next-object-ID.patch59 -static int iterate_ref_map(void *cb_data, struct object_id *oid)
60 +static const struct object_id *iterate_ref_map(void *cb_data)
64 @@ -668,13 +668,11 @@ static int iterate_ref_map(void *cb_data, struct object_id *oid)
88 -static int iterate_ref_map(void *cb_data, struct object_id *oid)
89 +static const struct object_id *iterate_ref_map(void *cb_data)
93 @@ -970,10 +970,9 @@ static int iterate_ref_map(void *cb_data, struct object_id *oid)
242 -static int iterate_ref_map(void *cb_data, struct object_id *oid)
243 +static const struct object_id *iterate_ref_map(void *cb_data)
H A D0013-fetch-merge-fetching-and-consuming-refs.patch31 return check_connected(iterate_ref_map, &rm, &opt);
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/git-patches/
H A D0010-connected-refactor-iterator-to-return-next-object-ID.patch59 -static int iterate_ref_map(void *cb_data, struct object_id *oid)
60 +static const struct object_id *iterate_ref_map(void *cb_data)
64 @@ -668,13 +668,11 @@ static int iterate_ref_map(void *cb_data, struct object_id *oid)
88 -static int iterate_ref_map(void *cb_data, struct object_id *oid)
89 +static const struct object_id *iterate_ref_map(void *cb_data)
93 @@ -970,10 +970,9 @@ static int iterate_ref_map(void *cb_data, struct object_id *oid)
242 -static int iterate_ref_map(void *cb_data, struct object_id *oid)
243 +static const struct object_id *iterate_ref_map(void *cb_data)
H A D0013-fetch-merge-fetching-and-consuming-refs.patch31 return check_connected(iterate_ref_map, &rm, &opt);
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dfetch.c862 static int iterate_ref_map(void *cb_data, struct object_id *oid) in iterate_ref_map() function
910 if (check_connected(iterate_ref_map, &rm, NULL)) { in store_updated_refs()
1080 return check_connected(iterate_ref_map, &rm, &opt); in check_exist_and_connected()
H A Dclone.c649 static int iterate_ref_map(void *cb_data, struct object_id *oid) in iterate_ref_map() function
687 if (check_connected(iterate_ref_map, &rm, &opt)) in update_remote_refs()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dclone.c546 static const struct object_id *iterate_ref_map(void *cb_data) in list_and_choose()
580 if (check_connected(iterate_ref_map, &rm, &opt))
H A Dfetch.c973 static const struct object_id *iterate_ref_map(void *cb_data)
1104 if (check_connected(iterate_ref_map, &rm, &opt)) {
1298 return check_connected(iterate_ref_map, &rm, &opt);
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dclone.c546 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
580 if (check_connected(iterate_ref_map, &rm, &opt)) in update_remote_refs()
H A Dfetch.c973 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
1104 if (check_connected(iterate_ref_map, &rm, &opt)) { in store_updated_refs()
1298 return check_connected(iterate_ref_map, &rm, &opt); in check_exist_and_connected()
/dports/devel/git/git-2.34.1/builtin/
H A Dclone.c546 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
580 if (check_connected(iterate_ref_map, &rm, &opt)) in update_remote_refs()
H A Dfetch.c973 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
1104 if (check_connected(iterate_ref_map, &rm, &opt)) { in store_updated_refs()
1298 return check_connected(iterate_ref_map, &rm, &opt); in check_exist_and_connected()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dclone.c546 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
580 if (check_connected(iterate_ref_map, &rm, &opt)) in update_remote_refs()
H A Dfetch.c973 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
1104 if (check_connected(iterate_ref_map, &rm, &opt)) { in store_updated_refs()
1298 return check_connected(iterate_ref_map, &rm, &opt); in check_exist_and_connected()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dclone.c546 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
580 if (check_connected(iterate_ref_map, &rm, &opt)) in update_remote_refs()
H A Dfetch.c973 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
1104 if (check_connected(iterate_ref_map, &rm, &opt)) { in store_updated_refs()
1298 return check_connected(iterate_ref_map, &rm, &opt); in check_exist_and_connected()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dfetch-pack.c1718 static int iterate_ref_map(void *cb_data, struct object_id *oid) in iterate_ref_map() function
1784 if (check_connected(iterate_ref_map, &iterator, &opt)) { in fetch_pack()
/dports/devel/git-svn/git-2.34.1/
H A Dfetch-pack.c1920 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
1971 if (check_connected(iterate_ref_map, &iterator, &opt)) { in fetch_pack()
/dports/devel/git-gui/git-2.34.1/
H A Dfetch-pack.c1920 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
1971 if (check_connected(iterate_ref_map, &iterator, &opt)) { in fetch_pack()
/dports/devel/git-p4/git-2.34.1/
H A Dfetch-pack.c1920 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
1971 if (check_connected(iterate_ref_map, &iterator, &opt)) { in fetch_pack()
/dports/devel/git/git-2.34.1/
H A Dfetch-pack.c1920 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
1971 if (check_connected(iterate_ref_map, &iterator, &opt)) { in fetch_pack()
/dports/devel/git-cvs/git-2.34.1/
H A Dfetch-pack.c1920 static const struct object_id *iterate_ref_map(void *cb_data) in iterate_ref_map() function
1971 if (check_connected(iterate_ref_map, &iterator, &opt)) { in fetch_pack()