Home
last modified time | relevance | path

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

/external/curl/lib/
Dhash.c300 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()
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