Lines Matching refs:he
425 struct Curl_hash_element *he; in cpool_foreach() local
432 he = Curl_hash_next_element(&iter); in cpool_foreach()
433 while(he) { in cpool_foreach()
435 struct cpool_bundle *bundle = he->ptr; in cpool_foreach()
436 he = Curl_hash_next_element(&iter); 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()
463 he = Curl_hash_next_element(&iter)) { 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()
557 he = Curl_hash_next_element(&iter)) { in cpool_get_oldest_idle()
559 bundle = he->ptr; in cpool_get_oldest_idle()
1341 struct Curl_hash_element *he;
1350 he = Curl_hash_next_element(&iter);
1351 while(he) {
1355 bundle = he->ptr;
1357 fprintf(stderr, "%s -", he->key);
1367 he = Curl_hash_next_element(&iter);