Searched refs:n_readable (Results 1 – 1 of 1) sorted by relevance
184 guint n_readable; in ik_source_read_all_the_events() local189 result = ioctl (iks->fd, FIONREAD, &n_readable); in ik_source_read_all_the_events()194 if (n_readable != 0) in ik_source_read_all_the_events()199 new_buffer = g_malloc (n_read + n_readable); in ik_source_read_all_the_events()201 n_read += ik_source_read_some_events (iks, new_buffer + n_read, n_readable); in ik_source_read_all_the_events()