]> git.ipfire.org Git - thirdparty/curl.git/commit
hostcache: made all host caches use structs, not pointers
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 May 2015 07:46:53 +0000 (09:46 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 May 2015 07:46:53 +0000 (09:46 +0200)
commitb419e7ae0c9869ac3eb06d529efeb2c6dc1b4bc1
tree6938b33aaf767e9006ce881bd707651b10cc946a
parentd37e0160c2eb22c616ae3ff25c03c3b4711b2a13
hostcache: made all host caches use structs, not pointers

This avoids unnecessary dynamic allocs and as this also removed the last
users of *hash_alloc() and *hash_destroy(), those two functions are now
removed.
lib/hash.c
lib/hash.h
lib/hostip.c
lib/hostip.h
lib/multi.c
lib/multihandle.h
lib/share.c
lib/share.h
lib/url.c
tests/unit/unit1305.c