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