
Go to the source code of this file.
Functions | |
| int | hashtable_dec_counter (char *key) |
| int | hashtable_get_counter (char *key) |
| int | hashtable_inc_counter (char *key) |
| void | hashtable_init (void) |
| int hashtable_dec_counter | ( | char * | key | ) |
Definition at line 65 of file hashtable.c.
References get_counter(), LM_DBG, and remove_counter().
Referenced by pipe_handle_subscribe().
| int hashtable_get_counter | ( | char * | key | ) |
Definition at line 53 of file hashtable.c.
References get_counter().
Referenced by buddy_signed_off(), buddy_signed_on(), and buddy_status_changed().
| int hashtable_inc_counter | ( | char * | key | ) |
Definition at line 58 of file hashtable.c.
References get_counter(), and LM_DBG.
Referenced by pipe_handle_subscribe().
| void hashtable_init | ( | void | ) |
1.5.6