
Go to the source code of this file.
Functions | |
| void | assoc_init (void) |
| item * | assoc_find (const char *key, const size_t nkey) |
| int | assoc_insert (item *item) |
| void | assoc_delete (const char *key, const size_t nkey) |
| void | do_assoc_move_next_bucket (void) |
| int | start_assoc_maintenance_thread (void) |
| void | stop_assoc_maintenance_thread (void) |
| void assoc_delete | ( | const char * | key, | |
| const size_t | nkey | |||
| ) |

| item* assoc_find | ( | const char * | key, | |
| const size_t | nkey | |||
| ) |


| void assoc_init | ( | void | ) |

| int assoc_insert | ( | item * | item | ) |


| void do_assoc_move_next_bucket | ( | void | ) |
| int start_assoc_maintenance_thread | ( | void | ) |

| void stop_assoc_maintenance_thread | ( | void | ) |

1.5.8