Home
last modified time | relevance | path

Searched refs:given_opts (Results 101 – 125 of 334) sorted by relevance

12345678910>>...14

/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Drebase.c283 static int rebase_check_versions(const git_rebase_options *given_opts) in rebase_check_versions() argument
285 GIT_ERROR_CHECK_VERSION(given_opts, GIT_REBASE_OPTIONS_VERSION, "git_rebase_options"); in rebase_check_versions()
287 if (given_opts) in rebase_check_versions()
288 …GIT_ERROR_CHECK_VERSION(&given_opts->checkout_options, GIT_CHECKOUT_OPTIONS_VERSION, "git_checkout… in rebase_check_versions()
296 const git_rebase_options *given_opts) in git_rebase_open() argument
306 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_open()
309 if (rebase_alloc(&rebase, given_opts) < 0) in git_rebase_open()
694 const git_rebase_options *given_opts) in git_rebase_init() argument
699 bool inmemory = (given_opts && given_opts->inmemory); in git_rebase_init()
709 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_init()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Drebase.c283 static int rebase_check_versions(const git_rebase_options *given_opts) in rebase_check_versions() argument
285 GIT_ERROR_CHECK_VERSION(given_opts, GIT_REBASE_OPTIONS_VERSION, "git_rebase_options"); in rebase_check_versions()
287 if (given_opts) in rebase_check_versions()
288 …GIT_ERROR_CHECK_VERSION(&given_opts->checkout_options, GIT_CHECKOUT_OPTIONS_VERSION, "git_checkout… in rebase_check_versions()
296 const git_rebase_options *given_opts) in git_rebase_open() argument
306 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_open()
309 if (rebase_alloc(&rebase, given_opts) < 0) in git_rebase_open()
696 const git_rebase_options *given_opts) in git_rebase_init() argument
701 bool inmemory = (given_opts && given_opts->inmemory); in git_rebase_init()
712 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_init()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Drebase.c283 static int rebase_check_versions(const git_rebase_options *given_opts)
285 GIT_ERROR_CHECK_VERSION(given_opts, GIT_REBASE_OPTIONS_VERSION, "git_rebase_options");
287 if (given_opts)
288 …GIT_ERROR_CHECK_VERSION(&given_opts->checkout_options, GIT_CHECKOUT_OPTIONS_VERSION, "git_checkout…
296 const git_rebase_options *given_opts)
306 if ((error = rebase_check_versions(given_opts)) < 0)
309 if (rebase_alloc(&rebase, given_opts) < 0)
696 const git_rebase_options *given_opts)
701 bool inmemory = (given_opts && given_opts->inmemory);
711 if ((error = rebase_check_versions(given_opts)) < 0)
[all …]
H A Dblob.c407 git_blob_filter_options *given_opts) in git_blob_filter() argument
419 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
421 if (given_opts != NULL) in git_blob_filter()
422 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Drebase.c283 static int rebase_check_versions(const git_rebase_options *given_opts) in rebase_check_versions() argument
285 GIT_ERROR_CHECK_VERSION(given_opts, GIT_REBASE_OPTIONS_VERSION, "git_rebase_options"); in rebase_check_versions()
287 if (given_opts) in rebase_check_versions()
288 …GIT_ERROR_CHECK_VERSION(&given_opts->checkout_options, GIT_CHECKOUT_OPTIONS_VERSION, "git_checkout… in rebase_check_versions()
296 const git_rebase_options *given_opts) in git_rebase_open() argument
306 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_open()
309 if (rebase_alloc(&rebase, given_opts) < 0) in git_rebase_open()
696 const git_rebase_options *given_opts) in git_rebase_init() argument
701 bool inmemory = (given_opts && given_opts->inmemory); in git_rebase_init()
712 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_init()
[all …]
H A Dblob.c419 git_blob_filter_options *given_opts) in git_blob_filter() argument
431 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
436 if (given_opts != NULL) in git_blob_filter()
437 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drebase.c283 static int rebase_check_versions(const git_rebase_options *given_opts) in rebase_check_versions() argument
285 GIT_ERROR_CHECK_VERSION(given_opts, GIT_REBASE_OPTIONS_VERSION, "git_rebase_options"); in rebase_check_versions()
287 if (given_opts) in rebase_check_versions()
288 …GIT_ERROR_CHECK_VERSION(&given_opts->checkout_options, GIT_CHECKOUT_OPTIONS_VERSION, "git_checkout… in rebase_check_versions()
296 const git_rebase_options *given_opts) in git_rebase_open() argument
306 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_open()
309 if (rebase_alloc(&rebase, given_opts) < 0) in git_rebase_open()
696 const git_rebase_options *given_opts) in git_rebase_init() argument
701 bool inmemory = (given_opts && given_opts->inmemory); in git_rebase_init()
712 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_init()
[all …]
H A Dblob.c419 git_blob_filter_options *given_opts) in git_blob_filter() argument
431 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
436 if (given_opts != NULL) in git_blob_filter()
437 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drebase.c283 static int rebase_check_versions(const git_rebase_options *given_opts) in rebase_check_versions() argument
285 GIT_ERROR_CHECK_VERSION(given_opts, GIT_REBASE_OPTIONS_VERSION, "git_rebase_options"); in rebase_check_versions()
287 if (given_opts) in rebase_check_versions()
288 …GIT_ERROR_CHECK_VERSION(&given_opts->checkout_options, GIT_CHECKOUT_OPTIONS_VERSION, "git_checkout… in rebase_check_versions()
296 const git_rebase_options *given_opts) in git_rebase_open() argument
306 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_open()
309 if (rebase_alloc(&rebase, given_opts) < 0) in git_rebase_open()
696 const git_rebase_options *given_opts) in git_rebase_init() argument
701 bool inmemory = (given_opts && given_opts->inmemory); in git_rebase_init()
712 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_init()
[all …]
H A Dblob.c419 git_blob_filter_options *given_opts) in git_blob_filter() argument
431 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
436 if (given_opts != NULL) in git_blob_filter()
437 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drebase.c283 static int rebase_check_versions(const git_rebase_options *given_opts) in rebase_check_versions() argument
285 GIT_ERROR_CHECK_VERSION(given_opts, GIT_REBASE_OPTIONS_VERSION, "git_rebase_options"); in rebase_check_versions()
287 if (given_opts) in rebase_check_versions()
288 …GIT_ERROR_CHECK_VERSION(&given_opts->checkout_options, GIT_CHECKOUT_OPTIONS_VERSION, "git_checkout… in rebase_check_versions()
296 const git_rebase_options *given_opts) in git_rebase_open() argument
306 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_open()
309 if (rebase_alloc(&rebase, given_opts) < 0) in git_rebase_open()
696 const git_rebase_options *given_opts) in git_rebase_init() argument
701 bool inmemory = (given_opts && given_opts->inmemory); in git_rebase_init()
712 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_init()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Drebase.c283 static int rebase_check_versions(const git_rebase_options *given_opts) in rebase_check_versions() argument
285 GIT_ERROR_CHECK_VERSION(given_opts, GIT_REBASE_OPTIONS_VERSION, "git_rebase_options"); in rebase_check_versions()
287 if (given_opts) in rebase_check_versions()
288 …GIT_ERROR_CHECK_VERSION(&given_opts->checkout_options, GIT_CHECKOUT_OPTIONS_VERSION, "git_checkout… in rebase_check_versions()
296 const git_rebase_options *given_opts) in git_rebase_open() argument
306 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_open()
309 if (rebase_alloc(&rebase, given_opts) < 0) in git_rebase_open()
696 const git_rebase_options *given_opts) in git_rebase_init() argument
701 bool inmemory = (given_opts && given_opts->inmemory); in git_rebase_init()
712 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_init()
[all …]
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Drebase.c283 static int rebase_check_versions(const git_rebase_options *given_opts) in rebase_check_versions() argument
285 GIT_ERROR_CHECK_VERSION(given_opts, GIT_REBASE_OPTIONS_VERSION, "git_rebase_options"); in rebase_check_versions()
287 if (given_opts) in rebase_check_versions()
288 …GIT_ERROR_CHECK_VERSION(&given_opts->checkout_options, GIT_CHECKOUT_OPTIONS_VERSION, "git_checkout… in rebase_check_versions()
296 const git_rebase_options *given_opts) in git_rebase_open() argument
306 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_open()
309 if (rebase_alloc(&rebase, given_opts) < 0) in git_rebase_open()
696 const git_rebase_options *given_opts) in git_rebase_init() argument
701 bool inmemory = (given_opts && given_opts->inmemory); in git_rebase_init()
712 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_init()
[all …]
H A Dblob.c415 git_blob_filter_options *given_opts)
427 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options");
432 if (given_opts != NULL)
433 memcpy(&opts, given_opts, sizeof(git_blob_filter_options));
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drebase.c283 static int rebase_check_versions(const git_rebase_options *given_opts) in rebase_check_versions() argument
285 GIT_ERROR_CHECK_VERSION(given_opts, GIT_REBASE_OPTIONS_VERSION, "git_rebase_options"); in rebase_check_versions()
287 if (given_opts) in rebase_check_versions()
288 …GIT_ERROR_CHECK_VERSION(&given_opts->checkout_options, GIT_CHECKOUT_OPTIONS_VERSION, "git_checkout… in rebase_check_versions()
296 const git_rebase_options *given_opts) in git_rebase_open() argument
306 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_open()
309 if (rebase_alloc(&rebase, given_opts) < 0) in git_rebase_open()
696 const git_rebase_options *given_opts) in git_rebase_init() argument
701 bool inmemory = (given_opts && given_opts->inmemory); in git_rebase_init()
712 if ((error = rebase_check_versions(given_opts)) < 0) in git_rebase_init()
[all …]
H A Dblob.c419 git_blob_filter_options *given_opts) in git_blob_filter() argument
431 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
436 if (given_opts != NULL) in git_blob_filter()
437 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dblob.c419 git_blob_filter_options *given_opts) in git_blob_filter() argument
431 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
436 if (given_opts != NULL) in git_blob_filter()
437 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dblob.c407 git_blob_filter_options *given_opts) in git_blob_filter() argument
419 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
421 if (given_opts != NULL) in git_blob_filter()
422 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dblob.c407 git_blob_filter_options *given_opts) in git_blob_filter() argument
419 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
421 if (given_opts != NULL) in git_blob_filter()
422 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/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 Dblob.c419 git_blob_filter_options *given_opts) in git_blob_filter() argument
431 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
436 if (given_opts != NULL) in git_blob_filter()
437 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dblob.c415 git_blob_filter_options *given_opts) in git_blob_filter() argument
427 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
432 if (given_opts != NULL) in git_blob_filter()
433 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/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 Dblob.c415 git_blob_filter_options *given_opts) in git_blob_filter() argument
427 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
432 if (given_opts != NULL) in git_blob_filter()
433 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dblob.c419 git_blob_filter_options *given_opts) in git_blob_filter() argument
431 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
436 if (given_opts != NULL) in git_blob_filter()
437 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/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 Dblob.c419 git_blob_filter_options *given_opts) in git_blob_filter() argument
431 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
436 if (given_opts != NULL) in git_blob_filter()
437 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dblob.c419 git_blob_filter_options *given_opts) in git_blob_filter() argument
431 given_opts, GIT_BLOB_FILTER_OPTIONS_VERSION, "git_blob_filter_options"); in git_blob_filter()
436 if (given_opts != NULL) in git_blob_filter()
437 memcpy(&opts, given_opts, sizeof(git_blob_filter_options)); in git_blob_filter()

12345678910>>...14