Searched refs:PyPreConfig_InitPythonConfig (Results 1 – 8 of 8) sorted by relevance
305 PyPreConfig_InitPythonConfig(PyPreConfig *config) in PyPreConfig_InitPythonConfig() function346 PyPreConfig_InitPythonConfig(config); in _PyPreConfig_InitFromPreConfig()358 PyPreConfig_InitPythonConfig(preconfig); in _PyPreConfig_InitFromConfig()
116 PyPreConfig_InitPythonConfig(&runtime->preconfig); in init_runtime()
127 PyAPI_FUNC(void) PyPreConfig_InitPythonConfig(PyPreConfig *config);
212 PyPreConfig_InitPythonConfig(&preconfig); in wmain()
1076 PyPreConfig_InitPythonConfig(&preconfig); in check_init_python_config()1111 PyPreConfig_InitPythonConfig(&preconfig); in test_init_dont_configure_locale()1521 PyPreConfig_InitPythonConfig(&preconfig); in test_init_setpath_config()
45 PyPreConfig_InitPythonConfig(&preconfig); in pymain_init()
215 .. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)385 (:c:func:`PyPreConfig_InitPythonConfig`), if Python is initialized with406 PyPreConfig_InitPythonConfig(&preconfig);1375 :c:func:`PyPreConfig_InitPythonConfig` and :c:func:`PyConfig_InitPythonConfig`
319 * :c:func:`PyPreConfig_InitPythonConfig`