Home
last modified time | relevance | path

Searched refs:slot_index (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dhash.c308 iter->slot_index = 0; in Curl_hash_start_iterate()
331 for(i = iter->slot_index; i < h->slots; i++) { in Curl_hash_next_element()
334 iter->slot_index = i + 1; in Curl_hash_next_element()
364 if(iter.slot_index != last_index) {
365 fprintf(stderr, "index %d:", iter.slot_index);
369 last_index = iter.slot_index;
H A Dhash.h79 size_t slot_index; member

Completed in 7 milliseconds