Home | History | Annotate | Download | only in Python

Lines Matching refs:_PyMem_RawWcsdup

73         new_config.home = _PyMem_RawWcsdup(core_config->home);
83 new_config.program_name = _PyMem_RawWcsdup(core_config->program_name);
144 new_config.program_full_path = _PyMem_RawWcsdup(Py_GetProgramName());
145 new_config.prefix = _PyMem_RawWcsdup(L"");
147 new_config.dll_path = _PyMem_RawWcsdup(L"");
149 new_config.exec_prefix = _PyMem_RawWcsdup(L"");
151 new_config.module_search_path = _PyMem_RawWcsdup(path);
177 _Py_path_config.home = _PyMem_RawWcsdup(home);
198 _Py_path_config.program_name = _PyMem_RawWcsdup(program_name);
219 _Py_path_config.program_full_path = _PyMem_RawWcsdup(program_full_path);