Searched refs:child_pos (Results 1 – 1 of 1) sorted by relevance
2192 MppCfgIoImpl *child_pos, *child_n; in parse_toml_nested_array_table() local2194 … list_for_each_entry_safe(child_pos, child_n, &parent->child, MppCfgIoImpl, list) { in parse_toml_nested_array_table()2195 if (!child_pos->name && child_pos->type == MPP_CFG_TYPE_OBJECT) { in parse_toml_nested_array_table()2196 last_child = child_pos; in parse_toml_nested_array_table()