Home
last modified time | relevance | path

Searched refs:add_to_trie (Results 1 – 12 of 12) sorted by relevance

/dports/dns/rbldnsd/rbldnsd-0.998/
H A Dbtrie.c1264 add_to_trie(struct btrie *btrie, node_t *node, unsigned pos, in add_to_trie() function
1422 return add_to_trie(btrie, &btrie->root, 0, prefix, len, data); in btrie_add_prefix()
2326 result = add_to_trie(btrie, &root, 0, in test_add_to_trie()
2334 result = add_to_trie(btrie, &root, 0, in test_add_to_trie()
2339 result = add_to_trie(btrie, &root, 0, in test_add_to_trie()
2347 result = add_to_trie(btrie, &root, 0, numbered_bytes, 24, data); in test_add_to_trie()
2377 result = add_to_trie(btrie, &root, 0, &prefix0, 8, data); in test_add_to_trie()
2385 result = add_to_trie(btrie, &root, 0, &prefix0, 8, data); in test_add_to_trie()
2394 result = add_to_trie(btrie, &root, 0, numbered_bytes, 7, data); in test_add_to_trie()
2416 add_to_trie(btrie, &root, 0, in test_search_trie()
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/lc-btrie/
H A Dbtrie.c1404 return add_to_trie (btrie, &btrie->root, 0, prefix, len, data); in btrie_add_prefix()
2296 result = add_to_trie(btrie, &root, 0, in test_add_to_trie()
2304 result = add_to_trie(btrie, &root, 0, in test_add_to_trie()
2309 result = add_to_trie(btrie, &root, 0, in test_add_to_trie()
2330 result = add_to_trie(btrie, &root, 0, &prefix0, plen, data); in test_add_to_trie()
2337 result = add_to_trie(btrie, &root, 0, &prefix0, plen, data); in test_add_to_trie()
2347 result = add_to_trie(btrie, &root, 0, &prefix0, 8, data); in test_add_to_trie()
2355 result = add_to_trie(btrie, &root, 0, &prefix0, 8, data); in test_add_to_trie()
2364 result = add_to_trie(btrie, &root, 0, numbered_bytes, 7, data); in test_add_to_trie()
2386 add_to_trie(btrie, &root, 0, in test_search_trie()
[all …]
/dports/mail/rspamd/rspamd-3.1/contrib/lc-btrie/
H A Dbtrie.c1404 return add_to_trie (btrie, &btrie->root, 0, prefix, len, data); in btrie_add_prefix()
2296 result = add_to_trie(btrie, &root, 0, in test_add_to_trie()
2304 result = add_to_trie(btrie, &root, 0, in test_add_to_trie()
2309 result = add_to_trie(btrie, &root, 0, in test_add_to_trie()
2330 result = add_to_trie(btrie, &root, 0, &prefix0, plen, data); in test_add_to_trie()
2337 result = add_to_trie(btrie, &root, 0, &prefix0, plen, data); in test_add_to_trie()
2347 result = add_to_trie(btrie, &root, 0, &prefix0, 8, data); in test_add_to_trie()
2355 result = add_to_trie(btrie, &root, 0, &prefix0, 8, data); in test_add_to_trie()
2364 result = add_to_trie(btrie, &root, 0, numbered_bytes, 7, data); in test_add_to_trie()
2386 add_to_trie(btrie, &root, 0, in test_search_trie()
[all …]
/dports/mail/rmilter/rmilter-1.10.0/contrib/lc-btrie/
H A Dbtrie.c1272 add_to_trie(struct btrie *btrie, node_t *node, unsigned pos, in add_to_trie() function
1430 return add_to_trie(btrie, &btrie->root, 0, prefix, len, data); in btrie_add_prefix()
2334 result = add_to_trie(btrie, &root, 0, in test_add_to_trie()
2342 result = add_to_trie(btrie, &root, 0, in test_add_to_trie()
2347 result = add_to_trie(btrie, &root, 0, in test_add_to_trie()
2355 result = add_to_trie(btrie, &root, 0, numbered_bytes, 24, data); in test_add_to_trie()
2385 result = add_to_trie(btrie, &root, 0, &prefix0, 8, data); in test_add_to_trie()
2393 result = add_to_trie(btrie, &root, 0, &prefix0, 8, data); in test_add_to_trie()
2402 result = add_to_trie(btrie, &root, 0, numbered_bytes, 7, data); in test_add_to_trie()
2424 add_to_trie(btrie, &root, 0, in test_search_trie()
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Dpath.c182 static void *add_to_trie(struct trie *root, const char *key, void *value) in add_to_trie() function
228 return add_to_trie(child, key + root->len + 1, value); in add_to_trie()
341 add_to_trie(&common_trie, p->path, p); in init_common_trie()
/dports/devel/git-gui/git-2.34.1/
H A Dpath.c182 static void *add_to_trie(struct trie *root, const char *key, void *value) in add_to_trie() function
228 return add_to_trie(child, key + root->len + 1, value); in add_to_trie()
341 add_to_trie(&common_trie, p->path, p); in init_common_trie()
/dports/devel/git-p4/git-2.34.1/
H A Dpath.c182 static void *add_to_trie(struct trie *root, const char *key, void *value)
228 return add_to_trie(child, key + root->len + 1, value);
341 add_to_trie(&common_trie, p->path, p);
/dports/devel/git/git-2.34.1/
H A Dpath.c182 static void *add_to_trie(struct trie *root, const char *key, void *value) in add_to_trie() function
228 return add_to_trie(child, key + root->len + 1, value); in add_to_trie()
341 add_to_trie(&common_trie, p->path, p); in init_common_trie()
/dports/devel/git-cvs/git-2.34.1/
H A Dpath.c182 static void *add_to_trie(struct trie *root, const char *key, void *value) in add_to_trie() function
228 return add_to_trie(child, key + root->len + 1, value); in add_to_trie()
341 add_to_trie(&common_trie, p->path, p); in init_common_trie()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dpath.c181 static void *add_to_trie(struct trie *root, const char *key, void *value) in add_to_trie() function
227 return add_to_trie(child, key + root->len + 1, value); in add_to_trie()
340 add_to_trie(&common_trie, p->path, p); in init_common_trie()
/dports/devel/hyperscan/hyperscan-5.4.0/src/smallwrite/
H A Dsmallwrite_build.cpp330 bool add_to_trie(const ue2_literal &literal, ReportID report, LitTrie &trie) { in add_to_trie() function
374 if (!add_to_trie(literal, r, trie)) { in add()
/dports/misc/vifm/vifm-0.11/src/
H A Dfilelist.c139 static void add_to_trie(trie_t *trie, view_t *view, dir_entry_t *entry);
2363 add_to_trie(prev_names, view, &entries[i]); in merge_lists()
2407 add_to_trie(file_names, view, &view->dir_entry[i]); in check_file_uniqueness()
2426 add_to_trie(trie_t *trie, view_t *view, dir_entry_t *entry) in add_to_trie() function