Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Drow_srch.c18 WT_INSERT_HEAD *ins_head, WT_ITEM *srch_key, bool *donep) in __search_insert_append() argument
264 session, srch_key, leaf, cbt)); in __wt_row_search()
315 session, collator, srch_key, item, &cmp)); in __wt_row_search()
336 srch_key->size <= WT_COMPARE_SHORT_MAXLEN) in __wt_row_search()
343 cmp = __wt_lex_compare_short(srch_key, item); in __wt_row_search()
378 srch_key, item, &match); in __wt_row_search()
396 session, collator, srch_key, item, &cmp)); in __wt_row_search()
504 session, cbt, ins_head, srch_key, &done)); in __wt_row_search()
524 cmp = __wt_lex_compare_short(srch_key, item); in __wt_row_search()
557 session, collator, srch_key, item, &cmp)); in __wt_row_search()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/openmanage/plugins/modules/
H A Dome_discovery.py650 srch_key = "DiscoveryConfigGroupName"
653 srch_key = "DiscoveryConfigGroupId"
658 if d[srch_key] == srch_val:
774 srch_key = 'DiscoveryConfigGroupId'
775 srch_val = discovery_json[srch_key]
779 if d[srch_key] == srch_val:
H A Dome_firmware_baseline.py290 srch_key = "Name"
293 srch_key = "Id"
299 if d[srch_key] == srch_val:
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dindex.c151 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
156 len1 = srch_key->pathlen; in git_index_entry_srch()
160 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
168 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
176 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
181 len1 = srch_key->pathlen; in git_index_entry_isrch()
185 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
194 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
360 struct entry_srch_key srch_key; in index_find_in_entries() local
361 srch_key.path = path; in index_find_in_entries()
[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 Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dindex.c153 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
158 len1 = srch_key->pathlen; in git_index_entry_srch()
162 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
170 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
178 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
183 len1 = srch_key->pathlen; in git_index_entry_isrch()
187 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
196 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
362 struct entry_srch_key srch_key; in index_find_in_entries() local
363 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/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 Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dindex.c153 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
158 len1 = srch_key->pathlen; in git_index_entry_srch()
162 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
170 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
178 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
183 len1 = srch_key->pathlen; in git_index_entry_isrch()
187 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
196 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
362 struct entry_srch_key srch_key; in index_find_in_entries() local
363 srch_key.path = path; in index_find_in_entries()
[all …]
/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 Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dindex.c154 const struct entry_srch_key *srch_key = key; in git_index_entry_srch() local
159 len1 = srch_key->pathlen; in git_index_entry_srch()
163 cmp = memcmp(srch_key->path, entry->path, len); in git_index_entry_srch()
171 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_srch()
179 const struct entry_srch_key *srch_key = key; in git_index_entry_isrch() local
184 len1 = srch_key->pathlen; in git_index_entry_isrch()
188 cmp = strncasecmp(srch_key->path, entry->path, len); in git_index_entry_isrch()
197 if (srch_key->stage != GIT_INDEX_STAGE_ANY) in git_index_entry_isrch()
363 struct entry_srch_key srch_key; in index_find_in_entries() local
364 srch_key.path = path; in index_find_in_entries()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dextern.h202 …IMPL *session, WT_CURSOR_BTREE *cbt, WT_INSERT_HEAD *ins_head, WT_ITEM *srch_key) WT_GCC_FUNC_DECL…
203 extern int __wt_row_search(WT_CURSOR_BTREE *cbt, WT_ITEM *srch_key, bool insert, WT_REF *leaf, bool…