Home
last modified time | relevance | path

Searched refs:bsearch_graph (Results 1 – 8 of 8) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/git-patches/
H A D0005-commit-graph-split-out-function-to-search-commit-pos.patch20 to be const, we need to adjust `bsearch_graph()`'s signature to accept a
37 -static int bsearch_graph(struct commit_graph *g, struct object_id *oid, uint32_t *pos)
38 +static int bsearch_graph(struct commit_graph *g, const struct object_id *oid, uint32_t *pos)
52 + while (cur_g && !bsearch_graph(cur_g, id, &lex_index))
73 - while (cur_g && !bsearch_graph(cur_g, &(item->object.oid), &lex_index))
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/git-patches/
H A D0005-commit-graph-split-out-function-to-search-commit-pos.patch20 to be const, we need to adjust `bsearch_graph()`'s signature to accept a
37 -static int bsearch_graph(struct commit_graph *g, struct object_id *oid, uint32_t *pos)
38 +static int bsearch_graph(struct commit_graph *g, const struct object_id *oid, uint32_t *pos)
52 + while (cur_g && !bsearch_graph(cur_g, id, &lex_index))
73 - while (cur_g && !bsearch_graph(cur_g, &(item->object.oid), &lex_index))
/dports/devel/cgit/cgit-1.2.3/git/
H A Dcommit-graph.c545 static int bsearch_graph(struct commit_graph *g, struct object_id *oid, uint32_t *pos) in bsearch_graph() function
682 while (cur_g && !bsearch_graph(cur_g, &(item->object.oid), &lex_index)) in find_commit_in_graph()
/dports/devel/git-p4/git-2.34.1/
H A Dcommit-graph.c727 static int bsearch_graph(struct commit_graph *g, const struct object_id *oid, uint32_t *pos) in bsearch_graph() function
873 while (cur_g && !bsearch_graph(cur_g, id, &lex_index)) in search_commit_pos_in_graph()
/dports/devel/git/git-2.34.1/
H A Dcommit-graph.c727 static int bsearch_graph(struct commit_graph *g, const struct object_id *oid, uint32_t *pos) in bsearch_graph() function
873 while (cur_g && !bsearch_graph(cur_g, id, &lex_index)) in search_commit_pos_in_graph()
/dports/devel/git-gui/git-2.34.1/
H A Dcommit-graph.c727 static int bsearch_graph(struct commit_graph *g, const struct object_id *oid, uint32_t *pos) in bsearch_graph() function
873 while (cur_g && !bsearch_graph(cur_g, id, &lex_index)) in search_commit_pos_in_graph()
/dports/devel/git-cvs/git-2.34.1/
H A Dcommit-graph.c727 static int bsearch_graph(struct commit_graph *g, const struct object_id *oid, uint32_t *pos) in bsearch_graph() function
873 while (cur_g && !bsearch_graph(cur_g, id, &lex_index)) in search_commit_pos_in_graph()
/dports/devel/git-svn/git-2.34.1/
H A Dcommit-graph.c727 static int bsearch_graph(struct commit_graph *g, const struct object_id *oid, uint32_t *pos) in bsearch_graph() function
873 while (cur_g && !bsearch_graph(cur_g, id, &lex_index)) in search_commit_pos_in_graph()