Searched refs:findStat (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.c861 int findStat = CSC_NOTFOUND; local
865 while ((entryPtr != NULL) && (findStat == CSC_NOTFOUND))
877 findStat = hashMatch (keySpec, &entryPtr->key, keyPtr);
878 if (findStat == CSC_NOTFOUND) entryPtr = SUCC(entryPtr);
881 if (findStat == CSC_OK)
888 return (findStat);

Completed in 55 milliseconds