Searched refs:he (Results 1 – 9 of 9) sorted by relevance
/curl/lib/ |
H A D | hash.c | 96 if(he) { in mk_hash_element() 101 he->dtor = dtor; in mk_hash_element() 103 return he; in mk_hash_element() 131 if(h->comp_func(he->key, he->key_len, key, key_len)) { in Curl_hash_add2() 139 if(he) { in Curl_hash_add2() 140 Curl_llist_append(l, he, &he->list); in Curl_hash_add2() 178 if(h->comp_func(he->key, he->key_len, key, key_len)) { in Curl_hash_delete() 204 if(h->comp_func(he->key, he->key_len, key, key_len)) { in Curl_hash_pick() 342 return he; in Curl_hash_next_element() 363 while(he) { [all …]
|
H A D | curl_addrinfo.c | 257 Curl_he2ai(const struct hostent *he, int port) in Curl_he2ai() argument 270 if(!he) in Curl_he2ai() 274 DEBUGASSERT((he->h_name != NULL) && (he->h_addr_list != NULL)); in Curl_he2ai() 276 for(i = 0; (curr = he->h_addr_list[i]) != NULL; i++) { in Curl_he2ai() 280 if(he->h_addrtype == AF_INET6) in Curl_he2ai() 296 memcpy(ai->ai_canonname, he->h_name, namelen); in Curl_he2ai() 306 ai->ai_family = he->h_addrtype; in Curl_he2ai() 322 addr->sin_family = (short)(he->h_addrtype); in Curl_he2ai() 324 addr->sin_family = (CURL_SA_FAMILY_T)(he->h_addrtype); in Curl_he2ai() 335 addr6->sin6_family = (short)(he->h_addrtype); in Curl_he2ai() [all …]
|
H A D | conncache.c | 425 struct Curl_hash_element *he; in cpool_foreach() local 433 while(he) { in cpool_foreach() 457 struct Curl_hash_element *he; in cpool_get_live_conn() local 462 for(he = Curl_hash_next_element(&iter); he; in cpool_get_live_conn() 464 bundle = he->ptr; in cpool_get_live_conn() 546 struct Curl_hash_element *he; in cpool_get_oldest_idle() local 556 for(he = Curl_hash_next_element(&iter); he; in cpool_get_oldest_idle() 559 bundle = he->ptr; in cpool_get_oldest_idle() 1341 struct Curl_hash_element *he; 1351 while(he) { [all …]
|
H A D | curl_addrinfo.h | 76 Curl_he2ai(const struct hostent *he, int port);
|
H A D | multi.c | 271 struct Curl_hash_element *he; in sockhash_destroy() local 275 he = Curl_hash_next_element(&iter); in sockhash_destroy() 276 while(he) { in sockhash_destroy() 277 struct Curl_sh_entry *sh = (struct Curl_sh_entry *)he->ptr; in sockhash_destroy() 279 he = Curl_hash_next_element(&iter); in sockhash_destroy() 3572 struct Curl_hash_element *he; local 3576 for(he = Curl_hash_next_element(&iter); he; 3577 he = Curl_hash_next_element(&iter)) { 3578 data = (struct Curl_easy *)he->ptr;
|
/curl/tests/server/ |
H A D | resolve.c | 143 struct hostent *he; in main() local 145 he = gethostbyname(host); in main() 147 rc = !he; in main()
|
/curl/tests/data/ |
H A D | test1295 | 47 …y very late in the mornings, save upon those not infrequent occasions when he was up all night, wa… 63 …y very late in the mornings, save upon those not infrequent occasions when he was up all night, wa…
|
H A D | test1631 | 28 afterwards at York, from whence he had married my mother, whoserelations were
|
H A D | test1632 | 28 afterwards at York, from whence he had married my mother, whoserelations were
|
Completed in 38 milliseconds