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