Home
last modified time | relevance | path

Searched refs:git_cache__enabled (Results 1 – 25 of 63) sorted by relevance

123

/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 Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
H A Dcache.h39 extern bool git_cache__enabled;
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
H A Dcache.h39 extern bool git_cache__enabled;
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/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 Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/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 Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
H A Dcache.h39 extern bool git_cache__enabled;
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
130 return git_cache__enabled && object_size < max_size; in cache_should_store()
137 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
159 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
151 return git_cache__enabled && object_size < max_size; in cache_should_store()
158 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
180 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
151 return git_cache__enabled && object_size < max_size; in cache_should_store()
158 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
180 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
146 return git_cache__enabled && object_size < max_size; in cache_should_store()
154 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
179 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()
H A Dcache.h39 extern bool git_cache__enabled;
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dcache.c18 bool git_cache__enabled = true; variable
146 return git_cache__enabled && object_size < max_size; in cache_should_store()
154 if (!git_cache__enabled || git_rwlock_rdlock(&cache->lock) < 0) in cache_get()
179 if (!git_cache__enabled && cache->used_memory > 0) { in cache_store()

123