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