Searched refs:kMaxEnvValueLength (Results 1 – 1 of 1) sorted by relevance
174 static const DWORD kMaxEnvValueLength = 32767; variable180 char value[kMaxEnvValueLength];198 kMaxEnvValueLength); in GetEnv()199 if (rv > 0 && rv < kMaxEnvValueLength) { in GetEnv()