Changeset 64e4b06c954e1727bf19b222f32cea893b5cc4c1 for src/utils
- Timestamp:
- 01/31/08 20:55:23 (5 years ago)
- git-parent:
- Files:
-
- src/utils/noit_hash.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/utils/noit_hash.c
r01751d3 r64e4b06 206 206 noit_hash_bucket *b; 207 207 208 if(!h) return 0; 208 209 if(h->table_size == 0) noit_hash_init(h); 209 210 off = __hash(k, klen, h->initval) & (h->table_size-1);
