Home
last modified time | relevance | path

Searched refs:_PyWideStringList_INIT (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_initconfig.h48 #define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL} macro
/external/python/cpython3/Python/
Dinitconfig.c277 PyWideStringList copy = _PyWideStringList_INIT; in _PyWideStringList_Copy()
2094 PyWideStringList options = _PyWideStringList_INIT; in config_init_warnoptions()
2173 PyWideStringList config_argv = _PyWideStringList_INIT; in config_update_argv()
2256 PyWideStringList cmdline_warnoptions = _PyWideStringList_INIT; in config_read_cmdline()
2257 PyWideStringList env_warnoptions = _PyWideStringList_INIT; in config_read_cmdline()
2258 PyWideStringList sys_warnoptions = _PyWideStringList_INIT; in config_read_cmdline()
2381 PyWideStringList orig_argv = _PyWideStringList_INIT; in PyConfig_Read()
Dpreconfig.c78 PyWideStringList wargv = _PyWideStringList_INIT; in _PyArgv_AsWstrList()