Home
last modified time | relevance | path

Searched refs:git_vector_init (Results 1 – 25 of 779) sorted by relevance

12345678910>>...32

/dports/devel/libgit2/libgit2-1.3.0/tests/core/
H A Dvector.c11 cl_git_pass(git_vector_init(&x, 1, NULL)); in test_core_vector__0()
24 cl_git_pass(git_vector_init(&x, 3, NULL)); in test_core_vector__1()
51 cl_git_pass(git_vector_init(&x, 5, test_cmp)); in test_core_vector__2()
79 cl_git_pass(git_vector_init(&x, 1, &compare_them)); in test_core_vector__3()
102 cl_git_pass(git_vector_init(&x, 1, &compare_them)); in test_core_vector__4()
166 cl_git_pass(git_vector_init(&x, 1, &compare_structs)); in test_core_vector__5()
208 cl_git_pass(git_vector_init(&x, 1, NULL)); in test_core_vector__remove_matching()
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/
H A Diterator.c104 cl_git_pass(git_vector_init(&output, 33, &refcmp_cb)); in test_refs_iterator__list()
148 cl_git_pass(git_vector_init(&output, 33, &refcmp_cb)); in test_refs_iterator__foreach()
161 cl_git_pass(git_vector_init(&output, 32, &refcmp_cb)); in test_refs_iterator__foreach_through_symlink()
209 cl_git_pass(git_vector_init(&output, 32, &git__strcmp_cb)); in test_refs_iterator__foreach_name()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Ddiff_parse.c57 if (git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
58 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
H A Dremote.c211 if ((error = git_vector_init(&remote->refs, 32, NULL)) < 0 || in create_internal()
370 if (git_vector_init(&remote->refs, 32, NULL) < 0 || in git_remote_dup()
371 git_vector_init(&remote->refspecs, 2, NULL) < 0 || in git_remote_dup()
372 git_vector_init(&remote->active_refspecs, 2, NULL) < 0) { in git_remote_dup()
453 if (git_vector_init(&remote->refs, 32, NULL) < 0 || in git_remote_lookup()
454 git_vector_init(&remote->refspecs, 2, NULL) < 0 || in git_remote_lookup()
852 if (git_vector_init(out, heads_len, remote_head_cmp) < 0) in ls_to_vector()
894 if ((git_vector_init(&specs, 0, NULL)) < 0) in git_remote_download()
1328 if (git_vector_init(&update_heads, 16, NULL) < 0) in update_tips_for_spec()
1937 if ((error = git_vector_init(problems, 1, NULL)) < 0) in rename_fetch_refspecs()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
H A Dremote.c242 if ((error = git_vector_init(&remote->refs, 8, NULL)) < 0 || in git_remote_create_with_opts()
395 if (git_vector_init(&remote->refs, 32, NULL) < 0 || in git_remote_dup()
396 git_vector_init(&remote->refspecs, 2, NULL) < 0 || in git_remote_dup()
397 git_vector_init(&remote->active_refspecs, 2, NULL) < 0) { in git_remote_dup()
478 if (git_vector_init(&remote->refs, 32, NULL) < 0 || in git_remote_lookup()
479 git_vector_init(&remote->refspecs, 2, NULL) < 0 || in git_remote_lookup()
909 if (git_vector_init(out, heads_len, remote_head_cmp) < 0) in ls_to_vector()
951 if ((git_vector_init(&specs, 0, NULL)) < 0) in git_remote_download()
1384 if (git_vector_init(&update_heads, 16, NULL) < 0) in update_tips_for_spec()
1997 if ((error = git_vector_init(problems, 1, NULL)) < 0) in rename_fetch_refspecs()
[all …]
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Ddiff_parse.c57 if (git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
58 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Ddiff_parse.c57 if (git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
58 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Ddiff_parse.c56 git_vector_init(&diff->patches, 0, NULL) < 0 || in diff_parsed_alloc()
57 git_vector_init(&diff->base.deltas, 0, git_diff_delta__cmp) < 0) { in diff_parsed_alloc()

12345678910>>...32