Searched refs:ADC_user (Results 1 – 3 of 3) sorted by relevance
22 static struct ADC_user g_usermap[SID_MAX];24 static void user_add(const struct ADC_user* user) in user_add()27 memcpy(&g_usermap[user->sid], user, sizeof(struct ADC_user)); in user_add()30 static struct ADC_user* user_get(sid_t sid) in user_get()33 struct ADC_user* user = &g_usermap[sid]; in user_get()40 struct ADC_user* user = user_get(quit->sid); in user_remove()42 memset(&g_usermap[quit->sid], 0, sizeof(struct ADC_user)); in user_remove()47 struct ADC_user* user; in on_message()
80 struct ADC_user struct109 struct ADC_user* user; argument
352 struct ADC_user user; in ADC_client_on_recv_line()