Searched refs:nchars (Results 1 – 3 of 3) sorted by relevance
30 int nchars = -1; in Parse() local33 &ret.release_, &ret.gen_, &nchars); in Parse()35 if (nchars < 0) return std::nullopt; in Parse()37 if (nchars != s.size()) return std::nullopt; in Parse()
31 int nchars = -1; in Parse() local35 &ret.kmi_version_.release_, &ret.kmi_version_.gen_, &nchars); in Parse()37 if (nchars < 0) return std::nullopt; in Parse()39 if (!allow_suffix && nchars != s.size()) return std::nullopt; in Parse()
332 DWORD nchars = GetTempPathW(arraysize(temp_path), temp_path); in GetLogFilePath() local333 if (nchars >= arraysize(temp_path) || nchars == 0) { in GetLogFilePath()