Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dnc_storage_blob.cpp1098 chunk_maps(NULL), in SNCBlobVerData()
1117 if (chunk_maps) { in ~SNCBlobVerData()
1248 if (chunk_maps) { in x_FreeChunkMaps()
1250 delete chunk_maps; in x_FreeChunkMaps()
1251 chunk_maps = NULL; in x_FreeChunkMaps()
1274 …if (!CNCBlobStorage::WriteBlobInfo(mgr->GetKey(), this, chunk_maps, cnt_chunks, mgr->GetCacheData(… in x_WriteBlobInfo()
1297 if (!chunk_maps) { in x_WriteCurChunk()
1298 chunk_maps = new SNCChunkMaps(map_size); in x_WriteCurChunk()
1307 this, chunk_maps, mgr->GetCacheData(), in x_WriteCurChunk()
1383 CNCBlobStorage::DeleteBlobInfo(this, chunk_maps); in x_DeleteVersion()
H A Dnc_db_info.hpp133 SNCChunkMaps* chunk_maps; member