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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_hash.c862 CSChashEntryType entryPtr = NULL; local
864 entryPtr = (CSChashEntryType)hashListPtr;
865 while ((entryPtr != NULL) && (findStat == CSC_NOTFOUND))
868 entryPtr->sig_lo == HASH_SIG, \
869 "hashEntryFind: bad signature in entryPtr", \
873 entryPtr->sig_hi == HASH_SIG, \
874 "hashEntryFind: bad signature in entryPtr", \
877 findStat = hashMatch (keySpec, &entryPtr->key, keyPtr);
878 if (findStat == CSC_NOTFOUND) entryPtr = SUCC(entryPtr);
[all...]

Completed in 50 milliseconds