Lines Matching defs:child
14 * list of child structs in JSON using lws_struct APIs.
162 * a child list "targets" of zero or more "target" objects.
206 "\"child\": {"
287 "\"child\":{\"somename\":\"abc\"}},{\"name\":\"target2\",\"someflag\":false}]}",
332 /* child object */
346 sai_child_t * child;
355 LSM_CHILD_PTR (sai_target_t, child, sai_child_t,
356 NULL, lsm_child, "child"),
504 if (t->child)
505 lwsl_notice(" child %p, target.child.somename '%s'\n",
506 t->child, t->child->somename);