lib: add meta_hash to connection, eliminate hash_offt

With a meta_hash at each connection (similar to easy handle, let
multi_ev.c store its pollsets as meta data, no longer needing its own
hashes.

This eliminates the last use of Curl_hash_offt. Remove it.

Closes #17095
This commit is contained in:
Stefan Eissing 2025-04-18 11:03:29 +02:00 committed by Daniel Stenberg
parent 1d66a769d7
commit 657aae79c0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
18 changed files with 126 additions and 343 deletions

View file

@ -2,7 +2,7 @@
<info>
<keywords>
unittest
hash
uint_hash
</keywords>
</info>
@ -16,7 +16,7 @@ none
unittest
</features>
<name>
Internal hash_offt create/add/destroy testing, exercising clean functions
Internal uint_hash create/add/destroy testing, exercising clean functions
</name>
</client>
</testcase>