gio_map 414 lib/common/mainloop.c static qb_array_t *gio_map = NULL; gio_map 419 lib/common/mainloop.c if (gio_map != NULL) { gio_map 420 lib/common/mainloop.c qb_array_free(gio_map); gio_map 421 lib/common/mainloop.c gio_map = NULL; gio_map 515 lib/common/mainloop.c res = qb_array_index(gio_map, fd, (void **)&adaptor); gio_map 595 lib/common/mainloop.c if (qb_array_index(gio_map, fd, (void **)&adaptor) == 0) { gio_map 651 lib/common/mainloop.c if (gio_map == NULL) { gio_map 652 lib/common/mainloop.c gio_map = qb_array_create_2(64, sizeof(struct gio_to_qb_poll), 1);