Searched refs:sockhash (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmultihandle.h89 /* 'sockhash' is the lookup hash for socket descriptor => easy handles (note
92 struct curl_hash *sockhash; member in struct:Curl_multi
H A Dmulti.c150 * We add one of these structs to the sockhash for a particular socket
191 return check; /* things are good in sockhash land */
210 * free a sockhash entry
299 multi->sockhash = sh_init(hashsize);
300 if(!multi->sockhash)
327 Curl_hash_destroy(multi->sockhash);
328 multi->sockhash = NULL;
463 * Curl_hash_print(multi->sockhash, debug_print_sock_hash);
1843 Curl_hash_destroy(multi->sockhash);
1844 multi->sockhash
[all...]

Completed in 104 milliseconds