Home
last modified time | relevance | path

Searched refs:child_pos (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_cfg_io.c2192 MppCfgIoImpl *child_pos, *child_n; in parse_toml_nested_array_table() local
2194 … 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()