Home
last modified time | relevance | path

Searched refs:current_element (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dhash.c322 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()
Dhash.h68 struct curl_llist_element *current_element; member
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
Dbase-pointers-8.ll20 %current_element = load i64 addrspace(1)*, i64 addrspace(1)* addrspace(1)* %current_element_ptr
21 %is_null = icmp eq i64 addrspace(1)* %current_element, null
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dbase-pointers-8.ll20 %current_element = load i64 addrspace(1)*, i64 addrspace(1)* addrspace(1)* %current_element_ptr
21 %is_null = icmp eq i64 addrspace(1)* %current_element, null