Lines Matching refs:unprocessed_opts
77 GHashTable *unprocessed_opts; member
116 opts_visitor_insert(GHashTable *unprocessed_opts, const QemuOpt *opt) in opts_visitor_insert() argument
120 list = g_hash_table_lookup(unprocessed_opts, opt->name); in opts_visitor_insert()
128 g_hash_table_insert(unprocessed_opts, (gpointer)opt->name, list); in opts_visitor_insert()
150 ov->unprocessed_opts = g_hash_table_new_full(&g_str_hash, &g_str_equal, in opts_start_struct()
156 opts_visitor_insert(ov->unprocessed_opts, opt); in opts_start_struct()
164 opts_visitor_insert(ov->unprocessed_opts, ov->fake_id_opt); in opts_start_struct()
182 g_hash_table_iter_init(&iter, ov->unprocessed_opts); in opts_check_struct()
203 g_hash_table_destroy(ov->unprocessed_opts); in opts_end_struct()
204 ov->unprocessed_opts = NULL; in opts_end_struct()
219 list = g_hash_table_lookup(ov->unprocessed_opts, name); in lookup_distinct()
275 g_hash_table_remove(ov->unprocessed_opts, opt->name); in opts_next_list()
341 g_hash_table_remove(ov->unprocessed_opts, name); in processed()
544 if (ov->unprocessed_opts != NULL) { in opts_free()
545 g_hash_table_destroy(ov->unprocessed_opts); in opts_free()