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.h49 #define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL} macro
/external/python/cpython3/Python/
Dinitconfig.c314 PyWideStringList copy = _PyWideStringList_INIT; in _PyWideStringList_Copy()
2176 PyWideStringList options = _PyWideStringList_INIT; in config_init_warnoptions()
2255 PyWideStringList config_argv = _PyWideStringList_INIT; in config_update_argv()
2370 PyWideStringList cmdline_warnoptions = _PyWideStringList_INIT; in config_read_cmdline()
2371 PyWideStringList env_warnoptions = _PyWideStringList_INIT; in config_read_cmdline()
2372 PyWideStringList sys_warnoptions = _PyWideStringList_INIT; in config_read_cmdline()
Dpreconfig.c79 PyWideStringList wargv = _PyWideStringList_INIT; in _PyArgv_AsWstrList()