Searched refs:current_element (Results 1 – 4 of 4) sorted by relevance
322 iter->current_element = NULL; in Curl_hash_start_iterate()332 if(iter->current_element) in Curl_hash_next_element()333 iter->current_element = iter->current_element->next; in Curl_hash_next_element()336 if(!iter->current_element) { in Curl_hash_next_element()339 iter->current_element = h->table[i]->head; in Curl_hash_next_element()346 if(iter->current_element) { in Curl_hash_next_element()347 struct curl_hash_element *he = iter->current_element->ptr; in Curl_hash_next_element()351 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