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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_hash.c450 CSChashTableType const hashTable,
459 ASSERT_RTN (hashTable != NULL, "initHashTab: null hashTab", CSC_BADARG);
466 hashTable->hash = NULL;
467 hashTable->keySpec = -1;
468 hashTable->count = -1;
469 hashTable->nhash = -1;
470 hashTable->resizes = -1;
471 hashTable->deletions = -1;
472 hashTable->insertions = -1;
473 hashTable
449 initHashTab( CSChashTableType const hashTable, const CSChashKeyType keySpec, const size_t size ) argument
1308 CSChashStat( CSChashTableType const hashTable, CSChashStatType* const statStruct ) argument
1401 CSChashEntryPut( CSChashTableType const hashTable, CSChashKeyUnion* const keyPtr, void* const itemPtr, size_t itemSize ) argument
1538 CSChashEntryGet( CSChashTableType const hashTable, CSChashKeyUnion* const keyPtr, void** const itemPtrPtr, size_t* const itemSizePtr, CSCmemListType const memLst ) argument
1667 CSChashEntryDel( CSChashTableType const hashTable, CSChashKeyUnion* const keyPtr ) argument
1777 CSChashEntryNext( CSChashTableType const hashTable, CSChashEntryType const entry ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/t/
H A Dthash.c122 CSChashTableType hashTable = NULL; local
150 hashTable = CSChashNew (
158 if (hashTable == NULL)
176 stat = CSChashEntryPut (hashTable, &key1, entry1, strlen(entry1));
189 stat = CSChashEntryPut (hashTable, &key2, entry2, strlen(entry2));
210 stat = CSChashEntryGet (hashTable, &key1, &itemPtr, &itemSize, NULL);
240 (void)CSChashStat (hashTable, &hashStat);
258 (void)CSChashWrite (STDOUT_FILENO, hashTable);
266 stat = CSChashDel (hashTable);
H A Dihash.c86 CSChashTableType hashTable; local
108 hashTable = CSChashNew (
118 if (hashTable == NULL)
139 hashTable,
167 stat = CSChashEntryPut (hashTable, &key, inbuf, strlen(inbuf)+1);
195 stat = CSChashDel (hashTable);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dxmalloc.c42 } hashTable;
54 static hashTable *
57 hashTable *tbl;
94 hash_table_add(hashTable *tbl, void *ptr, int bytes,
129 hash_table_del(hashTable *tbl, void *ptr)
169 static hashTable *xmalloc_table = NULL;
41 } hashTable; typedef in typeref:struct:__anon2743
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/include/
H A Dlibcsc.h537 CSChashTableType const hashTable
541 CSChashTableType const hashTable,
546 CSChashTableType const hashTable,
553 CSChashTableType const hashTable,
561 CSChashTableType const hashTable,
566 CSChashTableType const hashTable,
587 CSChashTableType const hashTable
592 CSChashTableType const hashTable

Completed in 164 milliseconds