HomeSort by relevance Sort by last modified time
    Searched refs:_PyMem_RawWcsdup (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Python/
pathconfig.c 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)
    [all...]
sysmodule.c     [all...]
  /external/python/cpython3/Include/
pymem.h 116 PyAPI_FUNC(wchar_t*) _PyMem_RawWcsdup(const wchar_t *str);
  /external/python/cpython3/Modules/
main.c 198 wchar_t *copy = _PyMem_RawWcsdup(var);
501 wchar_t *str2 = _PyMem_RawWcsdup(str);
703 wchar_t *str2 = _PyMem_RawWcsdup(str);
1138 config->program_name = _PyMem_RawWcsdup(program_name);
    [all...]
getpath.c 654 config->program_full_path = _PyMem_RawWcsdup(program_full_path);
977 config->prefix = _PyMem_RawWcsdup(prefix);
984 config->exec_prefix = _PyMem_RawWcsdup(exec_prefix);
  /external/python/cpython3/PC/
getpathp.c 527 config->dll_path = _PyMem_RawWcsdup(dll_path);
999 config->prefix = _PyMem_RawWcsdup(prefix);
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 582 _PyMem_RawWcsdup(const wchar_t *str)
    [all...]

Completed in 166 milliseconds