Searched refs:_Py_FindEnvConfigValue (Results 1 – 4 of 4) sorted by relevance
143 PyAPI_FUNC(int) _Py_FindEnvConfigValue(
394 _Py_FindEnvConfigValue(FILE *env_file, const wchar_t *key, in _Py_FindEnvConfigValue() function
769 if (_Py_FindEnvConfigValue(env_file, L"home", tmpbuffer, MAXPATHLEN)) { in calculate_read_pyenv()
738 if (_Py_FindEnvConfigValue(env_file, L"home", tmpbuffer, MAXPATHLEN)) { in calculate_pyvenv_file()