Home
last modified time | relevance | path

Searched refs:iter_opts (Results 1 – 25 of 92) sorted by relevance

1234

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/bpf/bpftool/
H A Diter.c13 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, iter_opts); in do_pin()
43 iter_opts.link_info = &linfo; in do_pin()
44 iter_opts.link_info_len = sizeof(linfo); in do_pin()
66 link = bpf_program__attach_iter(prog, &iter_opts); in do_pin()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/bpf/bpftool/
H A Diter.c13 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, iter_opts); in do_pin()
43 iter_opts.link_info = &linfo; in do_pin()
44 iter_opts.link_info_len = sizeof(linfo); in do_pin()
66 link = bpf_program__attach_iter(prog, &iter_opts); in do_pin()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/bpf/bpftool/
H A Diter.c13 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, iter_opts); in do_pin()
43 iter_opts.link_info = &linfo; in do_pin()
44 iter_opts.link_info_len = sizeof(linfo); in do_pin()
66 link = bpf_program__attach_iter(prog, &iter_opts); in do_pin()
/dports/devel/libgit2/libgit2-1.3.0/tests/threads/
H A Diterator.c17 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in run_workdir_iterator() local
20 iter_opts.flags = GIT_ITERATOR_DONT_AUTOEXPAND; in run_workdir_iterator()
24 &iter, repo, NULL, NULL, &iter_opts)); in run_workdir_iterator()
/dports/devel/libgit2/libgit2-1.3.0/tests/merge/trees/
H A Dtreediff.c48 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in test_find_differences() local
72 iter_opts.flags = GIT_ITERATOR_DONT_IGNORE_CASE; in test_find_differences()
74 cl_git_pass(git_iterator_for_tree(&ancestor_iter, ancestor_tree, &iter_opts)); in test_find_differences()
75 cl_git_pass(git_iterator_for_tree(&ours_iter, ours_tree, &iter_opts)); in test_find_differences()
76 cl_git_pass(git_iterator_for_tree(&theirs_iter, theirs_tree, &iter_opts)); in test_find_differences()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dpathspec.c525 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
530 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
532 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
547 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
552 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
554 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
569 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
574 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
576 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dpathspec.c525 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
530 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
532 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
547 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
552 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
554 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
569 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
574 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
576 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/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 Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dpathspec.c527 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
532 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
534 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
549 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
554 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
556 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
571 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
576 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
578 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dpathspec.c525 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
530 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
532 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
547 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
552 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
554 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
569 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
574 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
576 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/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 Dpathspec.c527 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
532 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
534 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
549 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
554 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
556 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
571 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
576 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
578 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/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 Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dpathspec.c527 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT;
532 iter_opts.flags = pathspec_match_iter_flags(flags);
534 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) {
549 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT;
554 iter_opts.flags = pathspec_match_iter_flags(flags);
556 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) {
571 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT;
576 iter_opts.flags = pathspec_match_iter_flags(flags);
578 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) {
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dpathspec.c526 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_workdir() local
531 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_workdir()
533 if (!(error = git_iterator_for_workdir(&iter, repo, NULL, NULL, &iter_opts))) { in git_pathspec_match_workdir()
548 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_index() local
553 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_index()
555 if (!(error = git_iterator_for_index(&iter, git_index_owner(index), index, &iter_opts))) { in git_pathspec_match_index()
570 git_iterator_options iter_opts = GIT_ITERATOR_OPTIONS_INIT; in git_pathspec_match_tree() local
575 iter_opts.flags = pathspec_match_iter_flags(flags); in git_pathspec_match_tree()
577 if (!(error = git_iterator_for_tree(&iter, tree, &iter_opts))) { in git_pathspec_match_tree()

1234