Home
last modified time | relevance | path

Searched refs:loading_total_bytes (Results 1 – 3 of 3) sorted by relevance

/redis-3.2.3/src/
H A Drdb.c1238 server.loading_total_bytes = 0; in startLoading()
1240 server.loading_total_bytes = sb.st_size; in startLoading()
H A Dserver.c3046 off_t remaining_bytes = server.loading_total_bytes- in genRedisInfoString()
3050 (server.loading_total_bytes+1)) * 100; in genRedisInfoString()
3067 (unsigned long long) server.loading_total_bytes, in genRedisInfoString()
H A Dserver.h749 off_t loading_total_bytes; member