Home
last modified time | relevance | path

Searched refs:repeated_opts (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/qapi/
H A Dopts-visitor.c83 GQueue *repeated_opts; member
237 ov->repeated_opts = lookup_distinct(ov, name, errp); in opts_start_list()
238 if (!ov->repeated_opts) { in opts_start_list()
273 opt = g_queue_pop_head(ov->repeated_opts); in opts_next_list()
274 if (g_queue_is_empty(ov->repeated_opts)) { in opts_next_list()
276 ov->repeated_opts = NULL; in opts_next_list()
312 ov->repeated_opts = NULL; in opts_end_list()
333 return g_queue_peek_head(ov->repeated_opts); in lookup_scalar()