Searched refs:matchStat (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.c421 int matchStat = CSC_NOTFOUND; local
429 matchStat = CSC_CORRUPT;
433 if (CSC_STREQ(key1Ptr->asciiz,key2Ptr->asciiz)) matchStat = CSC_OK;
437 if (key1Ptr->integer == key2Ptr->integer) matchStat = CSC_OK;
441 return (matchStat);

Completed in 59 milliseconds