Searched refs:maps_list (Results 1 – 3 of 3) sorted by relevance
35 if (!j2s_pool->maps_list) { in j2s_alloc_map_record()36 j2s_pool->maps_list = (map_index_t *)calloc(1, sizeof(map_index_t)); in j2s_alloc_map_record()40 j2s_pool->maps_list = (map_index_t *)realloc( in j2s_alloc_map_record()41 j2s_pool->maps_list, j2s_pool->map_len * sizeof(map_index_t)); in j2s_alloc_map_record()44 j2s_pool->maps_list[j2s_pool->map_len - 1].dst_offset = in j2s_alloc_map_record()47 j2s_pool->maps_list[j2s_pool->map_len - 1].ptr_offset = in j2s_alloc_map_record()50 j2s_pool->maps_list[j2s_pool->map_len - 1].len = len; in j2s_alloc_map_record()
67 map_index_t *maps_list; member
1341 memcpy(current_index, j2s_pool->maps_list, sizeof(map_index_t) * j2s_pool->map_len); in j2s_json_to_bin()