HomeSort by: relevance | last modified time | path
    Searched refs:nextIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/rcorder/
hash.h 115 int nextIndex; /* Next bucket to check (after
hash.c 375 searchPtr->nextIndex = 0;
417 if (searchPtr->nextIndex >= t->size)
419 e = t->bucketPtr[searchPtr->nextIndex++];

Completed in 54 milliseconds