Searched refs:TIME_MAX_LEN (Results 1 – 2 of 2) sorted by relevance
178 static const int TIME_MAX_LEN = 80; variable
53 constexpr int TIME_MAX_LEN = 15; variable334 char time[TIME_MAX_LEN] = {0}; in GetConditionsTime()335 size_t len = TIME_MAX_LEN; in GetConditionsTime()355 if (!IsNum(value) || value.length() != (TIME_MAX_LEN - 1)) { in GetConditionsTime()