Lines Matching defs:hash
29 #include "hash.h"
52 /* Initializes a hash structure.
96 /* Insert the data in the hash. If there already was a match in the hash, that
143 /* Remove the identified hash entry.
170 /* Retrieves a hash element.
214 /* Destroys all the entries in the given hash and resets its attributes,
215 * prepping the given hash for [static|dynamic] deallocation.
235 /* Removes all the entries in the given hash.
267 --h->size; /* one less entry in the hash now */
297 void Curl_hash_start_iterate(struct Curl_hash *hash,
300 iter->hash = hash;
308 struct Curl_hash *h = iter->hash;
311 return NULL; /* empty hash, nothing to return */