Lines Matching full:stored
27 * Keys and values are stored as void* pointers. These void* pointers
100 * @param key A key stored in a hashtable
303 * Get the number of key-value pairs stored in a UHashtable.
305 * @return The number of key-value pairs stored in hash.
385 * as previously stored by uhash_put().
387 * @param key A pointer key stored in a hashtable
396 * as previously stored by uhash_iput().
398 * @param key An integer key stored in a hashtable
407 * as previously stored by uhash_puti().
409 * @param key A pointer key stored in a hashtable
417 * as previously stored by uhash_iputi().
419 * @param key An integer key stored in a hashtable
427 * Remove an item from a UHashtable stored by uhash_put().
429 * @param key A key stored in a hashtable
437 * Remove an item from a UHashtable stored by uhash_iput().
439 * @param key An integer key stored in a hashtable
447 * Remove an item from a UHashtable stored by uhash_puti().
449 stored in a hashtable
457 * Remove an item from a UHashtable stored by uhash_iputi().
459 * @param key An integer key stored in a hashtable
476 * stored key when it may not be identical to the search key. For
481 * @param key A key stored in a hashtable