]> git.ipfire.org Git - thirdparty/squid.git/commit - src/fqdncache.cc
Changes to hash_first, hash_next. The **Current idea has bugs, so now
authorwessels <>
Sun, 24 May 1998 09:41:06 +0000 (09:41 +0000)
committerwessels <>
Sun, 24 May 1998 09:41:06 +0000 (09:41 +0000)
commit0f6bebacb4b48b211926ad2c62ea17cc10dfdb21
tree1a95e2460d5f7058d3db38f1153c69b3d28edafa
parent3333c14d570bcc457bb8f02efdfadd02279f0fbb
Changes to hash_first, hash_next.  The **Current idea has bugs, so now
we keep state with a ->next pointer.  This simplifies the hash.c code
somewhat, but requires an interface change so that hash_first() only
initializes ->next and does not return a value.   Now we always use

while (foo = hash_next(bar))
src/access_log.cc
src/cache_diff.cc
src/cbdata.cc
src/client_db.cc
src/fqdncache.cc
src/ipcache.cc
src/net_db.cc
src/protos.h
src/stat.cc
src/structs.h
src/test_cache_digest.cc