Home
last modified time | relevance | path

Searched refs:ht_replace (Results 1 – 11 of 11) sorted by relevance

/dports/devel/flatcc/flatcc-0.6.0/external/hash/
H A Dhash_table.h72 ht_replace = 0, enumerator
H A Dhash_test.c103 (s1 = strndup("foobarbaz", 6)), ht_replace); in test_str_set()
216 s1 = str_set_insert_item(&S, "2dumble" + 1, ht_replace); in test_str_set4()
H A Dhash_table_impl.h147 if (mode == ht_replace) { in ht_insert()
H A Dhash_table_impl_rh.h219 if (mode == ht_replace) { in ht_insert()
/dports/www/visitors/visitors_0.7/
H A Daht.h55 int ht_replace(struct hashtable *t, void *key, void *data);
H A Daht.c352 int ht_replace(struct hashtable *t, void *key, void *data) in ht_replace() function
H A Dvisitors.c965 if (ht_replace(ht, k, v) != HT_OK) in vi_replace()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/config/
H A Dhash.c415 return ht_replace(&tbl->imp, name, val); \
H A Ddefs.h536 #define ht_replace(ht, nam, val) ht_insrep(ht, nam, val, 1) macro
H A Dfiles.c348 if (ht_replace(basetab, fi->fi_base, fi) != 1) in fixfiles()
H A Dsem.c1352 ht_replace(devitab, i->i_name, i->i_alias); in remove_devi()