Changeset 043dcc27 in mainline for libadt/generic/hash_table.c
- Timestamp:
- 2006-05-15T13:45:12Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 108602e
- Parents:
- babe786
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libadt/generic/hash_table.c
rbabe786 r043dcc27 107 107 assert(chain < h->entries); 108 108 109 /*110 * The hash table is not redundant.111 * Check if the keys are not in place already.112 */113 109 for (cur = h->entry[chain].next; cur != &h->entry[chain]; cur = cur->next) { 114 110 if (h->op->compare(key, h->max_keys, cur)) {
Note:
See TracChangeset
for help on using the changeset viewer.