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