HomeSort by relevance Sort by last modified time
    Searched refs:sockhash (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
multihandle.h 103 /* 'sockhash' is the lookup hash for socket descriptor => easy handles (note
106 struct curl_hash sockhash; member in struct:Curl_multi
multi.c 163 * We add one of these structs to the sockhash for a particular socket
213 return check; /* things are good in sockhash land */
226 * free a sockhash entry
313 if(sh_init(&multi->sockhash, hashsize))
343 Curl_hash_destroy(&multi->sockhash);
482 * Curl_hash_print(multi->sockhash, debug_print_sock_hash);
    [all...]

Completed in 438 milliseconds