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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dhash.c331 iter->slot_index = 0;
347 for(i = iter->slot_index;i < h->slots;i++) {
350 iter->slot_index = i+1;
383 if(iter.slot_index != last_index) {
384 fprintf(stderr, "index %d:", iter.slot_index);
388 last_index = iter.slot_index;
H A Dhash.h67 int slot_index; member in struct:curl_hash_iterator

Completed in 108 milliseconds