Home | History | Annotate | Download | only in ofctl

Lines Matching defs:children

165 	prop_array_t children;
178 children = prop_dictionary_get(dict, "children");
179 if (children) {
180 count = prop_array_count(children);
184 prop_array_get(children, i),
241 prop_array_t children;
281 children = NULL;
283 if (children == NULL)
284 children = prop_array_create();
285 prop_array_add(children, of_proplib_tree_fill(fd, childid));
289 if (children != NULL) {
290 prop_array_make_immutable(children);
291 prop_dictionary_set(dict, "children", children);