Home
last modified time | relevance | path

Searched refs:SET_ITEM_STR (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dpathconfig.c209 #define SET_ITEM_STR(KEY) \ in _PyPathConfig_AsDict() macro
217 SET_ITEM_STR(program_full_path); in _PyPathConfig_AsDict()
218 SET_ITEM_STR(prefix); in _PyPathConfig_AsDict()
219 SET_ITEM_STR(exec_prefix); in _PyPathConfig_AsDict()
220 SET_ITEM_STR(module_search_path); in _PyPathConfig_AsDict()
221 SET_ITEM_STR(program_name); in _PyPathConfig_AsDict()
222 SET_ITEM_STR(home); in _PyPathConfig_AsDict()
226 SET_ITEM_STR(base_executable); in _PyPathConfig_AsDict()
253 #undef SET_ITEM_STR in _PyPathConfig_AsDict()
Dinitconfig.c197 #define SET_ITEM_STR(VAR) \ in _Py_GetGlobalVariablesAsDict() macro
200 SET_ITEM_STR(Py_FileSystemDefaultEncoding); in _Py_GetGlobalVariablesAsDict()
202 SET_ITEM_STR(Py_FileSystemDefaultEncodeErrors); in _Py_GetGlobalVariablesAsDict()
237 #undef SET_ITEM_STR in _Py_GetGlobalVariablesAsDict()