Searched refs:ext_item (Results 1 – 1 of 1) sorted by relevance
2129 cJSON *ext_item; local2325 ext_item = cJSON_GetArrayItem(instance_extensions, i);2326 GET_JSON_ITEM(ext_item, name)2333 GET_JSON_ITEM(ext_item, spec_version)2358 ext_item = cJSON_GetArrayItem(device_extensions, i);2359 GET_JSON_ITEM(ext_item, name)2360 GET_JSON_ITEM(ext_item, spec_version)2373 GET_JSON_OBJECT(ext_item, entrypoints)2386 ext_item = cJSON_GetArrayItem(entrypoints, j);2387 if (ext_item != NULL) {[all …]