Searched refs:module_search_path (Results 1 – 13 of 13) sorted by relevance
4 static char *prefix, *exec_prefix, *progpath, *module_search_path=NULL; variable12 module_search_path = malloc(pathlen + 1); in calculate_path()13 if (module_search_path) in calculate_path()14 strncpy(module_search_path, pypath, pathlen + 1); in calculate_path()21 if (!module_search_path) in calculate_path()22 module_search_path = "<Python$Dir>.Lib"; in calculate_path()33 if (!module_search_path) in Py_GetPath()35 return module_search_path; in Py_GetPath()41 if (!module_search_path) in Py_GetPrefix()49 if (!module_search_path) in Py_GetExecPrefix()[all …]
84 static char *module_search_path = NULL; variable325 module_search_path = buf = malloc(bufsz); in calculate_path()331 module_search_path = envpath; in calculate_path()335 module_search_path = PYTHONPATH; in calculate_path()393 if (!module_search_path) in Py_GetPath()395 return module_search_path; in Py_GetPath()401 if (!module_search_path) in Py_GetPrefix()415 if (!module_search_path) in Py_GetProgramFullPath()
54 static char *module_search_path = NULL; variable377 module_search_path = buf = malloc(bufsz); in calculate_path()383 module_search_path = envpath; in calculate_path()387 module_search_path = PYTHONPATH; in calculate_path()451 if (!module_search_path) in Py_GetPath()454 return module_search_path; in Py_GetPath()460 if (!module_search_path) in Py_GetPrefix()469 if (!module_search_path) in Py_GetExecPrefix()478 if (!module_search_path) in Py_GetProgramFullPath()
91 static char *module_search_path = NULL; variable561 module_search_path = buf = malloc(bufsz); in calculate_path()567 module_search_path = envpath; in calculate_path()571 module_search_path = PYTHONPATH; in calculate_path()665 while (look >= module_search_path && *look != DELIM) in calculate_path()676 if (look < module_search_path) in calculate_path()689 if (!module_search_path) in Py_GetPath()691 return module_search_path; in Py_GetPath()697 if (!module_search_path) in Py_GetPrefix()711 if (!module_search_path) in Py_GetProgramFullPath()
110 static char *module_search_path = NULL; variable584 module_search_path = PYTHONPATH; in calculate_path()636 module_search_path = buf; in calculate_path()672 if (!module_search_path) in Py_GetPath()674 return module_search_path; in Py_GetPath()680 if (!module_search_path) in Py_GetPrefix()688 if (!module_search_path) in Py_GetExecPrefix()696 if (!module_search_path) in Py_GetProgramFullPath()
38 CLEAR(config->module_search_path); in _PyPathConfig_Clear()52 if (_Py_path_config.module_search_path) { in _PyPathConfig_Init()103 if (_Py_path_config.module_search_path) { in pathconfig_global_init()151 new_config.module_search_path = _PyMem_RawWcsdup(path); in Py_SetPath()233 return _Py_path_config.module_search_path; in Py_GetPath()
2470 assert(config->module_search_path != NULL); in _PySys_EndInit()2477 SET_SYS_FROM_STRING_BORROW("path", config->module_search_path); in _PySys_EndInit()
50 wchar_t *module_search_path; member57 #define _PyPathConfig_INIT {.module_search_path = NULL}
648 config->module_search_path = buf; in read_pth_file()832 config->module_search_path = core_config->module_search_path_env; in calculate_module_search_path()836 config->module_search_path = PYTHONPATH; in calculate_module_search_path()951 config->module_search_path = start_buf; in calculate_module_search_path()
106 PyObject *module_search_path; /* sys.path list */ member
20 module_search_path
2639 Py_CLEAR(config->module_search_path); in _PyMainInterpreterConfig_Clear()2693 COPY_OBJ_ATTR(module_search_path); in _PyMainInterpreterConfig_Copy()2745 SET_ITEM_OBJ(module_search_path); in _PyMainInterpreterConfig_AsDict()2805 COPY_WSTRLIST(main_config->module_search_path, in _PyMainInterpreterConfig_Read()
885 config->module_search_path = buf; in calculate_module_search_path()