Searched refs:_Py_FindEnvConfigValue (Results 1 – 4 of 4) sorted by relevance
57 extern PyStatus _Py_FindEnvConfigValue(
762 _Py_FindEnvConfigValue(FILE *env_file, const wchar_t *key, in _Py_FindEnvConfigValue() function
734 PyStatus status = _Py_FindEnvConfigValue(env_file, L"home", &home); in calculate_pyvenv_file()
1276 status = _Py_FindEnvConfigValue(env_file, L"home", &home); in calculate_read_pyenv()