root/branches/append/server/assoc.h
| Revision 509, 296 bytes (checked in by sgrimm, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | /* associative array */ |
| 2 | void assoc_init(void); |
| 3 | item *assoc_find(const char *key, const size_t nkey); |
| 4 | int assoc_insert(item *item); |
| 5 | void assoc_delete(const char *key, const size_t nkey); |
| 6 | void do_assoc_move_next_bucket(void); |
| 7 | uint32_t hash( const void *key, size_t length, const uint32_t initval); |
Note: See TracBrowser
for help on using the browser.
