Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpreconfig.c357 _PyPreConfig_InitFromPreConfig(PyPreConfig *config, in _PyPreConfig_InitFromPreConfig() function
823 status = _PyPreConfig_InitFromPreConfig(&save_config, config); in _PyPreConfig_Read()
951 PyStatus status = _PyPreConfig_InitFromPreConfig(&config, src_config); in _PyPreConfig_Write()
Dpylifecycle.c903 status = _PyPreConfig_InitFromPreConfig(&config, src_config); in _Py_PreInitializeFromPyArgv()
Dinitconfig.c2644 status = _PyPreConfig_InitFromPreConfig(&preconfig, &_PyRuntime.preconfig); in core_read_precmdline()
/third_party/python/Include/internal/
Dpycore_initconfig.h131 extern PyStatus _PyPreConfig_InitFromPreConfig(