Home
last modified time | relevance | path

Searched refs:nick_user_hash (Results 1 – 7 of 7) sorted by relevance

/dports/irc/bitlbee/bitlbee-3.6/
H A Dirc_user.c39 g_hash_table_insert(irc->nick_user_hash, iu->key, iu); in irc_user_new()
85 g_hash_table_remove(irc->nick_user_hash, iu->key); in irc_user_free()
113 return g_hash_table_lookup(irc->nick_user_hash, key); in irc_user_by_name()
145 g_hash_table_remove(irc->nick_user_hash, iu->key); in irc_user_set_nick()
170 g_hash_table_insert(irc->nick_user_hash, iu->key, iu); in irc_user_set_nick()
H A Dirc.c59 irc->nick_user_hash = g_hash_table_new(g_str_hash, g_str_equal); in irc_new()
277 g_hash_table_iter_init(&iter, irc->nick_user_hash); in irc_free()
301 g_hash_table_destroy(irc->nick_user_hash); in irc_free()
H A Dirc.h108 GHashTable *nick_user_hash; member
H A Dirc_channel.c149 g_hash_table_iter_init(&iter, irc->nick_user_hash); in irc_channel_free()
734 ic->last_target && g_hash_table_contains(irc->nick_user_hash, ic->last_target->key)) { in control_channel_privmsg()
H A Droot_commands.c775 if (g_hash_table_contains(irc->nick_user_hash, iu->key)) { in cmd_remove()
1076 users = g_hash_table_get_values(irc->nick_user_hash); in cmd_blist()
H A Dirc_commands.c451 GList *all_users = g_hash_table_get_values(irc->nick_user_hash); in irc_cmd_who()
H A Dirc_im.c182 g_hash_table_iter_init(&iter, irc->nick_user_hash); in bee_irc_channel_update()