Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dstring_util.cc144 time_t rawtime = unixtime; in TimeToHumanString() local
146 struct tm* timeinfo = localtime_r(&rawtime, &tInfo); in TimeToHumanString()
/rocksdb-6.9/tools/
Dldb_cmd.cc1742 int rawtime = 0; in DoDumpCommand() local
1751 rawtime = it_ttl->ttl_timestamp(); in DoDumpCommand()
1752 if (rawtime < ttl_start || rawtime >= ttl_end) { in DoDumpCommand()
1761 rawtime, num_buckets); in DoDumpCommand()
1791 fprintf(stdout, "%s ", TimeToHumanString(rawtime).c_str()); in DoDumpCommand()
2578 int rawtime = it_ttl->ttl_timestamp(); in DoCommand() local
2579 if (rawtime < ttl_start || rawtime >= ttl_end) { in DoCommand()
2583 fprintf(stdout, "%s ", TimeToHumanString(rawtime).c_str()); in DoCommand()