Lines Matching full:list
23 /* no list parsing active / no list expected */
47 /* List parsing state */
52 void *list; member
63 static bool start_list(Visitor *v, const char *name, GenericList **list, in start_list() argument
69 siv->list = list; in start_list()
73 if (list) { in start_list()
74 *list = NULL; in start_list()
78 if (list) { in start_list()
79 *list = g_malloc0(size); in start_list()
114 error_setg(errp, "Fewer list elements expected"); in check_list()
128 assert(siv->list == obj); in end_list()
129 siv->list = NULL; in end_list()
201 "list of int64 values or ranges"); in parse_type_int64()
217 error_setg(errp, "Fewer list elements expected"); in parse_type_int64()
291 "list of uint64 values or ranges"); in parse_type_uint64()
307 error_setg(errp, "Fewer list elements expected"); in parse_type_uint64()