Home
last modified time | relevance | path

Searched refs:pathpool (Results 1 – 23 of 23) sorted by relevance

/dports/devel/mercurial/mercurial-6.0/hgext/remotefilelog/
H A Dconnectionpool.py26 pathpool = self._pool.get(path)
27 if pathpool is None:
28 pathpool = list()
29 self._pool[path] = pathpool
32 if len(pathpool) > 0:
34 conn = pathpool.pop()
59 conn = connection(pathpool, peer)
64 for pathpool in pycompat.itervalues(self._pool):
65 for conn in pathpool:
67 del pathpool[:]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dcheckout.c1304 git_pool pathpool; in checkout_get_actions() local
1309 git_pool_init(&pathpool, 1); in checkout_get_actions()
1312 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1374 git_pool_clear(&pathpool); in checkout_get_actions()
1385 git_pool_clear(&pathpool); in checkout_get_actions()
/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 Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1378 git_pool_clear(&pathpool); in checkout_get_actions()
1389 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dcheckout.c1306 git_pool pathpool; in checkout_get_actions() local
1311 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1315 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1376 git_pool_clear(&pathpool); in checkout_get_actions()
1387 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dcheckout.c1304 git_pool pathpool; in checkout_get_actions() local
1309 git_pool_init(&pathpool, 1); in checkout_get_actions()
1312 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1374 git_pool_clear(&pathpool); in checkout_get_actions()
1385 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1378 git_pool_clear(&pathpool); in checkout_get_actions()
1389 git_pool_clear(&pathpool); in checkout_get_actions()
/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 Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1378 git_pool_clear(&pathpool); in checkout_get_actions()
1389 git_pool_clear(&pathpool); in checkout_get_actions()
/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 Dcheckout.c1306 git_pool pathpool; in checkout_get_actions() local
1311 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1315 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1376 git_pool_clear(&pathpool); in checkout_get_actions()
1387 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dcheckout.c1306 git_pool pathpool; in checkout_get_actions() local
1311 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1315 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1376 git_pool_clear(&pathpool); in checkout_get_actions()
1387 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dcheckout.c1304 git_pool pathpool; in checkout_get_actions() local
1309 git_pool_init(&pathpool, 1); in checkout_get_actions()
1312 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1374 git_pool_clear(&pathpool); in checkout_get_actions()
1385 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dcheckout.c1306 git_pool pathpool; in checkout_get_actions() local
1311 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1315 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1376 git_pool_clear(&pathpool); in checkout_get_actions()
1387 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1378 git_pool_clear(&pathpool); in checkout_get_actions()
1389 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1378 git_pool_clear(&pathpool); in checkout_get_actions()
1389 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1378 git_pool_clear(&pathpool); in checkout_get_actions()
1389 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1378 git_pool_clear(&pathpool); in checkout_get_actions()
1389 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1378 git_pool_clear(&pathpool); in checkout_get_actions()
1389 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1378 git_pool_clear(&pathpool); in checkout_get_actions()
1389 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dcheckout.c1306 git_pool pathpool;
1311 if (git_pool_init(&pathpool, 1) < 0)
1315 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0)
1376 git_pool_clear(&pathpool);
1387 git_pool_clear(&pathpool);
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1378 git_pool_clear(&pathpool); in checkout_get_actions()
1389 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1378 git_pool_clear(&pathpool); in checkout_get_actions()
1389 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1378 git_pool_clear(&pathpool); in checkout_get_actions()
1389 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dcheckout.c1308 git_pool pathpool; in checkout_get_actions() local
1313 if (git_pool_init(&pathpool, 1) < 0) in checkout_get_actions()
1317 git_pathspec__vinit(&pathspec, &data->opts.paths, &pathpool) < 0) in checkout_get_actions()
1379 git_pool_clear(&pathpool); in checkout_get_actions()
1390 git_pool_clear(&pathpool); in checkout_get_actions()
/dports/sysutils/aptly/aptly-1.4.0/deb/
H A Dlong.stanza8 …th, lib-ps-perl-pshark-geo-layer-pathnode, lib-ps-perl-pshark-geo-layer-pathpool, lib-ps-perl-psha…