test_entry         11 test-hashmap.c static const char *get_value(const struct test_entry *e)
test_entry         16 test-hashmap.c static int test_entry_cmp(const struct test_entry *e1,
test_entry         17 test-hashmap.c 		const struct test_entry *e2, const char* key)
test_entry         22 test-hashmap.c static int test_entry_cmp_icase(const struct test_entry *e1,
test_entry         23 test-hashmap.c 		const struct test_entry *e2, const char* key)
test_entry         28 test-hashmap.c static struct test_entry *alloc_test_entry(int hash, char *key, int klen,
test_entry         31 test-hashmap.c 	struct test_entry *entry = malloc(sizeof(struct test_entry) + klen
test_entry         80 test-hashmap.c 	struct test_entry **entries;
test_entry         84 test-hashmap.c 	entries = malloc(TEST_SIZE * sizeof(struct test_entry *));
test_entry        156 test-hashmap.c 		struct test_entry *entry;