Searched refs:unprocessed_opts (Results 1 – 1 of 1) sorted by relevance
77 GHashTable *unprocessed_opts; member120 list = g_hash_table_lookup(unprocessed_opts, opt->name); in opts_visitor_insert()156 opts_visitor_insert(ov->unprocessed_opts, 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()[all …]