• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/

Lines Matching defs:keySpec

220    CSChashKeyType      keySpec;
281 const CSChashKeyType keySpec,
288 const CSChashKeyType keySpec,
299 const CSChashKeyType keySpec,
308 const CSChashKeyType keySpec
324 const CSChashKeyType keySpec,
388 switch (hashTablePtr->keySpec)
416 const CSChashKeyType keySpec,
426 switch (keySpec)
451 const CSChashKeyType keySpec,
461 keySpec==CSC_HASH_ASCIIZ_KEY || keySpec==CSC_HASH_INT32_KEY,\
462 "initHashTab: invalid keySpec", \
467 hashTable->keySpec = -1;
497 hashTable->keySpec = keySpec;
552 hashTable->keySpec = -1;
574 const CSChashKeyType keySpec,
588 keySpec==CSC_HASH_ASCIIZ_KEY || keySpec==CSC_HASH_INT32_KEY,\
589 "hashEntryNew: invalid keySpec", \
616 switch (keySpec)
664 const CSChashKeyType keySpec
681 keySpec==CSC_HASH_ASCIIZ_KEY || keySpec==CSC_HASH_INT32_KEY,\
682 "hashEntryDel: invalid keySpec", \
690 if (keySpec == CSC_HASH_ASCIIZ_KEY)
855 const CSChashKeyType keySpec,
877 findStat = hashMatch (keySpec, &entryPtr->key, keyPtr);
993 CSChashKeyType keySpec,
1011 `keySpec' specifies the type of keys used by the new hash table; it is
1047 CSChashKeyType keySpec,
1060 keySpec==CSC_HASH_ASCIIZ_KEY || keySpec==CSC_HASH_INT32_KEY,\
1061 "CSChashNew: invalid keySpec", \
1085 hashStat = initHashTab (newHash, keySpec, size);
1151 CSChashKeyType keySpec = 0;
1170 keySpec = hashTable->keySpec;
1181 tmpStat = hashEntryDel (entry, hashTable->memLst, keySpec);
1438 hashTable->keySpec,
1455 hashTable->keySpec,
1574 hashTable->keySpec,
1700 hashTable->keySpec,
1711 oldEntry, hashTable->memLst, hashTable->keySpec
1986 CSChashKeyType keySpec = 0;
2003 keySpec = (CSChashKeyType)atoi(keySpecStr);
2009 keySpec,
2018 switch (keySpec)
2033 if (keySpec == CSC_HASH_ASCIIZ_KEY)
2110 CSChashKeyType keySpec;
2118 switch ((int)hashTable->keySpec)
2132 (void)sprintf (ioLine, "%d\n", (int)hashTable->keySpec);
2143 keySpec = hashTable->keySpec;
2147 switch (keySpec)
2227 CSChashKeyType keySpec;
2258 keySpec = hashTable->keySpec;
2278 switch (keySpec)