Home
last modified time | relevance | path

Searched defs:ht_replace (Results 1 – 3 of 3) sorted by relevance

/dports/devel/flatcc/flatcc-0.6.0/external/hash/
H A Dhash_table.h72 ht_replace = 0, enumerator
/dports/www/visitors/visitors_0.7/
H A Daht.c352 int ht_replace(struct hashtable *t, void *key, void *data) in ht_replace() function
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/config/
H A Ddefs.h536 #define ht_replace(ht, nam, val) ht_insrep(ht, nam, val, 1) macro