Lines Matching refs:items
626 JsonVariant *key = NULL, *value = NULL, *var = NULL, *items = NULL;
691 if(!GREEDY_REALLOC(items, allocated, size + toadd))
695 r = json_variant_deep_copy(&items[size], value);
699 r = json_variant_deep_copy(&items[size], key);
703 r = json_variant_deep_copy(&items[size+1], value);
726 json_raw_unref(items, size);
731 scope->objects = items;
765 _cleanup_(json_variant_array_unrefp) JsonVariant **items = NULL;
837 if (!GREEDY_REALLOC(items, allocated, s+2))
840 items[s++] = var;
841 items[s] = NULL;
846 *tokens = items;
847 items = NULL;