Searched refs:current_element (Results 1 – 4 of 4) sorted by relevance
300 iter->current_element = NULL; in Curl_hash_start_iterate()310 if(iter->current_element) in Curl_hash_next_element()311 iter->current_element = iter->current_element->next; in Curl_hash_next_element()314 if(!iter->current_element) { in Curl_hash_next_element()317 iter->current_element = h->table[i]->head; in Curl_hash_next_element()324 if(iter->current_element) { in Curl_hash_next_element()325 struct curl_hash_element *he = iter->current_element->ptr; in Curl_hash_next_element()329 iter->current_element = NULL; in Curl_hash_next_element()
68 struct curl_llist_element *current_element; member
20 %current_element = load i64 addrspace(1)*, i64 addrspace(1)* addrspace(1)* %current_element_ptr21 %is_null = icmp eq i64 addrspace(1)* %current_element, null