Searched refs:temp_item (Results 1 – 3 of 3) sorted by relevance
80 map_index_t *temp_item = in dumpMap() local83 printf("[%ld]---dst:%ld-", curr_index, (uint64_t)temp_item->dst_offset); in dumpMap()84 printf("ptr:%ld-", (uint64_t)temp_item->ptr_offset); in dumpMap()85 printf("len:%ld\n", temp_item->len); in dumpMap()88 dst_map[(uint64_t)temp_item->dst_offset] = (void *)0xfffff; in dumpMap()342 map_index_t *temp_item = in removeBlock() local345 uint64_t curr_dst = (uint64_t)temp_item->dst_offset; in removeBlock()346 uint64_t curr_ptr = (uint64_t)temp_item->ptr_offset; in removeBlock()350 if (map_item->ptr_offset == temp_item->ptr_offset) { in removeBlock()351 if (map_item->dst_offset != temp_item->dst_offset) in removeBlock()[all …]
28 cJSON *temp_item = json_item; in mergeSubMultiScene() local35 new_item = cJSONUtils_MergePatch(new_item, temp_item); in mergeSubMultiScene()
321 cJSON* temp_item = json_item; in mergeSubMultiScene() local328 new_item = cJSONUtils_MergePatch(new_item, temp_item); in mergeSubMultiScene()