Lines Matching refs:hash
68 I<ht_hash_fn> The function to generate a hash value for a key, may be NULL.
69 I<init_neighborhoods> The initial number of neighborhoods in the hash table.
72 bucket size, which will be automatically expanded with the hash table load
89 ossl_ht_free() frees an allocated hash table. Each element in the table
90 will have its reference count dropped, and, if said count reaches zero, the hash
106 ossl_ht_flush() empties a hash table. All elements will have their
112 ossl_ht_insert() inserts an B<HT_VALUE> element into the hash table, to be
122 ossl_ht_count() returns the number of elements within the hash table.
126 ossl_ht_foreach_until() iterates over all elements in the hash table, calling
139 ossl_ht_filter() iterates over all elements of the hash table, calling
225 may be associated with a specific hash table, and TYPE which defines the type of
234 Inserts a value to the hash table of type TYPE into the hash table using the
242 Looks up an item in the hash table based on key, and returns the data it found,
276 ossl_ht_count() returns the number of elements in the hash table
315 * NULL - Use default hash fn