Searched refs:iter (Results 1 – 4 of 4) sorted by relevance
307 iter->hash = hash; in Curl_hash_start_iterate()308 iter->slot_index = 0; in Curl_hash_start_iterate()309 iter->current_element = NULL; in Curl_hash_start_iterate()311 iter->init = ITERINIT; in Curl_hash_start_iterate()320 h = iter->hash; in Curl_hash_next_element()325 if(iter->current_element) in Curl_hash_next_element()326 iter->current_element = Curl_node_next(iter->current_element); in Curl_hash_next_element()329 if(!iter->current_element) { in Curl_hash_next_element()334 iter->slot_index = i + 1; in Curl_hash_next_element()340 if(iter->current_element) { in Curl_hash_next_element()[all …]
107 struct Curl_hash_iterator *iter);109 Curl_hash_next_element(struct Curl_hash_iterator *iter);
424 struct Curl_hash_iterator iter; in cpool_foreach() local432 he = Curl_hash_next_element(&iter); in cpool_foreach()436 he = Curl_hash_next_element(&iter); in cpool_foreach()456 struct Curl_hash_iterator iter; in cpool_get_live_conn() local462 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()544 struct Curl_hash_iterator iter; in cpool_get_oldest_idle() local557 he = Curl_hash_next_element(&iter)) { in cpool_get_oldest_idle()1339 struct Curl_hash_iterator iter;1350 he = Curl_hash_next_element(&iter);[all …]
270 struct Curl_hash_iterator iter; in sockhash_destroy() local274 Curl_hash_start_iterate(h, &iter); in sockhash_destroy()275 he = Curl_hash_next_element(&iter); in sockhash_destroy()279 he = Curl_hash_next_element(&iter); in sockhash_destroy()3571 struct Curl_hash_iterator iter; local3575 Curl_hash_start_iterate(&entry->transfers, &iter);3576 for(he = Curl_hash_next_element(&iter); he;3577 he = Curl_hash_next_element(&iter)) {
Completed in 22 milliseconds