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

/netbsd-6-1-5-RELEASE/sbin/rcorder/
H A Dhash.c356 * searchPtr Area in which to keep state about search.
363 * The information in searchPtr is initialized so that successive
371 Hash_EnumFirst(Hash_Table *t, Hash_Search *searchPtr) argument
374 searchPtr->tablePtr = t;
375 searchPtr->nextIndex = 0;
376 searchPtr->hashEntryPtr = NULL;
377 return Hash_EnumNext(searchPtr);
392 * The information in searchPtr is modified to advance to the
399 Hash_EnumNext(Hash_Search *searchPtr) argument
402 Hash_Table *t = searchPtr
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dhash.c350 * searchPtr Area in which to keep state about search.
357 * The information in searchPtr is initialized so that successive
365 Hash_EnumFirst(Hash_Table *t, Hash_Search *searchPtr) argument
367 searchPtr->tablePtr = t;
368 searchPtr->nextIndex = 0;
369 searchPtr->hashEntryPtr = NULL;
370 return Hash_EnumNext(searchPtr);
380 * searchPtr Area used to keep state about search.
388 * The information in searchPtr is modified to advance to the
395 Hash_EnumNext(Hash_Search *searchPtr) argument
[all...]

Completed in 101 milliseconds