Searched refs:sub_name (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cfg_io.c | 2136 char sub_name[256] = {0}; in parse_toml_nested_table() local 2142 memcpy(sub_name, name, sub_name_len); in parse_toml_nested_table() 2143 sub_name[i] = '\0'; in parse_toml_nested_table() 2145 mpp_cfg_find(&obj, root, sub_name, MPP_CFG_STR_FMT_TOML); in parse_toml_nested_table() 2147 memcpy(sub_name, name + sub_name_offset, sub_name_len - sub_name_offset); in parse_toml_nested_table() 2148 sub_name[sub_name_len - sub_name_offset] = '\0'; in parse_toml_nested_table() 2149 ret = mpp_cfg_get_object(&obj, sub_name, MPP_CFG_TYPE_OBJECT, NULL); in parse_toml_nested_table() 2176 char sub_name[256] = {0}; in parse_toml_nested_array_table() local 2182 memcpy(sub_name, name, sub_name_len); in parse_toml_nested_array_table() 2183 sub_name[i] = '\0'; in parse_toml_nested_array_table() [all …]
|