hash_insert
void hash_insert(struct hash_list *, struct hash_function *, int);
hash_insert(&hl, hf, base64);
hash_insert(&hl, hf, (hf->base64 == -1 ? 0 : bflag));
hash_insert(imcs->htab, slot, &se->se_key, str);
void hash_insert(struct hash *, unsigned int, struct hash_entry *, const char *);
int hash_insert(hash_table *, const void *, void *);
hash_insert(_this->ctrl_map, (void *)(uintptr_t)ctrl->tunnel_id, ctrl);
hash_insert(_this->map_user_ppp,
hash_insert(pppoed0->acookie_hash,
hash_insert(_pppoed->session_hash, (void *)(intptr_t)session_id,
hash_insert(_this->call_id_map, CALL_KEY(call), call);