Home
last modified time | relevance | path

Searched refs:trie_get (Results 1 – 20 of 20) sorted by relevance

/dports/misc/vifm/vifm-0.11/tests/utils/
H A Dtrie.c101 assert_success(trie_get(trie, "str", &data)); in TEST()
113 assert_success(trie_get(trie, "str", &data)); in TEST()
126 assert_success(trie_get(trie, "str", &data)); in TEST()
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/radix_trie-0.2.1/benches/
H A Dtrie_benches.rs32 fn trie_get(b: &mut Criterion) { in trie_get() function
58 criterion_group!(benches, trie_insert, trie_get, trie_insert_remove);
/dports/devel/py-jellyfish/jellyfish-0.8.9/cjellyfish/
H A Ddamerau_levenshtein.c64 size_t trie_get(struct trie* d, size_t key) in trie_get() function
178 i1 = trie_get(da, s2[j-1]); in damerau_levenshtein_distance()
/dports/misc/vifm/vifm-0.11/src/utils/
H A Dtrie.h55 int trie_get(trie_t *trie, const char str[], void **data);
H A Dtrie.c176 trie_get(trie_t *trie, const char str[], void **data) in trie_get() function
H A Dfswatch_nix.c188 if(trie_get(w->stats, fname, &data) != 0) in update_file_stats()
/dports/shells/yash/yash-2.51/lineedit/
H A Dtrie.h56 extern trieget_T trie_get(const trie_T *t, const char *keystr, size_t keylen)
H A Dtrie.c291 trieget_T trie_get(const trienode_T *t, const char *keystr, size_t keylen) in trie_get() function
310 result = trie_get(t->entries[index].child, &keystr[1], keylen - 1); in trie_get()
H A Dlineedit.c266 tg = trie_get(le_keycodes, in read_next()
/dports/misc/vifm/vifm-0.11/src/
H A Dflist_sel.c193 if(trie_get(selection_trie, full_path, &ignored_data) == 0) in flist_sel_restore()
313 if(trie_get(selection_trie, full_path, &ignored_data) == 0) in flist_sel_by_filter()
H A Dcompare.c755 if(trie_get(trie, fingerprint, &data) != 0) in get_file_id()
838 (void)trie_get(trie, fingerprint, &data); in put_file_id()
H A Dbuiltin_functions.c214 if(trie_get(cache, path, &data) == 0) in extcached_builtin()
H A Dfilelist.c1296 excluded_entry = (trie_get(excluded, full_path, &data) == 0); in got_excluded()
2460 error = trie_get(trie, full_path, data); in is_in_trie()
2464 error = trie_get(trie, entry->name, data); in is_in_trie()
4000 if(trie_get(excluded_paths, full_path, &dummy) == 0) in add_files_recursively()
/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dnumex_table_builder.c170 if (trie_get(numex_table->trie, str_key) == NULL_NODE_ID) { in main()
H A Dtrie.h125 uint32_t trie_get(trie_t *self, char *word);
H A Dtransliteration_table_builder.c540 if (trie_get(trie, token) == NULL_NODE_ID) { in main()
557 if (trie_get(trie, token) == NULL_NODE_ID) { in main()
H A Dtrie.c758 uint32_t node_id = trie_get(self, key); in trie_get_data()
772 uint32_t node_id = trie_get(self, key); in trie_set_data()
888 uint32_t trie_get(trie_t *self, char *word) { in trie_get() function
H A Dgeodb_builder.c410 uint32_t node_id = trie_get(self->names, key); in geodb_builder_add_name()
/dports/devel/libqb/libqb-2.0.3/lib/
H A Dtrie.c560 trie_get(struct qb_map *map, const char *key) in trie_get() function
804 t->map.get = trie_get; in qb_trie_create()
/dports/misc/vifm/vifm-0.11/src/cfg/
H A Dinfo.c1907 if(trie_get(trie, text, &data) != 0) in merge_history()
1971 if(trie_get(trie, text, &data) != 0) in merge_history_by_order()