Home
last modified time | relevance | path

Searched refs:_PyPreConfig_InitFromPreConfig (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Python/
Dpreconfig.c340 _PyPreConfig_InitFromPreConfig(PyPreConfig *config, in _PyPreConfig_InitFromPreConfig() function
806 status = _PyPreConfig_InitFromPreConfig(&save_config, config); in _PyPreConfig_Read()
932 PyStatus status = _PyPreConfig_InitFromPreConfig(&config, src_config); in _PyPreConfig_Write()
Dpylifecycle.c803 status = _PyPreConfig_InitFromPreConfig(&config, src_config); in _Py_PreInitializeFromPyArgv()
Dinitconfig.c2315 status = _PyPreConfig_InitFromPreConfig(&preconfig, &_PyRuntime.preconfig); in core_read_precmdline()
/external/python/cpython3/Include/internal/
Dpycore_initconfig.h128 extern PyStatus _PyPreConfig_InitFromPreConfig(