Inserts a key index value into the provided hash table. The function will store the data provided on the hash setting no destroy function for the key and the data stored. See axl_hash_insert_full for more details. NOTE: The insert operation will replace a previously inserted item with the same key. If no item is found, and insert will take place, otherwise previous item is replaced calling to the key destroy and data destroy defined.
|