Searched refs:inj_hash_insert (Results 1 – 3 of 3) sorted by relevance
55 extern int inj_hash_insert(inj_hash_t *, void *, uintmax_t);
93 inj_hash_insert(inj_hash_t *h, void *key, uintmax_t value) in inj_hash_insert() function
239 return (inj_hash_insert(h, (void *)inj_strdup(str), value)); in inj_strhash_insert()