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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/t/
H A Dthash.c239 CSChashStatType hashStat; local
240 (void)CSChashStat (hashTable, &hashStat);
242 (void)printf ("table name ....... %s\n", hashStat.name);
245 hashStat.profiling == CSC_DO_PROFILING ? "yes" : "no"
247 (void)printf ("table entries .... %d\n", hashStat.count);
248 (void)printf ("hash locations ... %d\n", hashStat.nhash);
251 hashStat.grows == CSC_TRUE ? "yes" : "no"
253 (void)printf ("resizes .......... %d\n", hashStat.resizes);
254 (void)printf ("deletions ........ %d\n", hashStat.deletions);
255 (void)printf ("insertions ....... %d\n", hashStat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_hash.c381 int hashStat = CSC_OK; local
391 hashStat = CSC_CORRUPT;
405 if (hashStat == CSC_OK) *hashValuePtr = tmpHash;
407 return (hashStat);
1056 int hashStat; local
1085 hashStat = initHashTab (newHash, keySpec, size);
1086 if (hashStat != CSC_OK)

Completed in 60 milliseconds