Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_initconfig.h51 #define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL} macro
/third_party/python/Python/
Dinitconfig.c337 PyWideStringList copy = _PyWideStringList_INIT; in _PyWideStringList_Copy()
1185 PyWideStringList wstrlist = _PyWideStringList_INIT; in config_dict_get_wstrlist()
2565 PyWideStringList options = _PyWideStringList_INIT; in config_init_warnoptions()
2644 PyWideStringList config_argv = _PyWideStringList_INIT; in config_update_argv()
2759 PyWideStringList cmdline_warnoptions = _PyWideStringList_INIT; in config_read_cmdline()
2760 PyWideStringList env_warnoptions = _PyWideStringList_INIT; in config_read_cmdline()
2761 PyWideStringList sys_warnoptions = _PyWideStringList_INIT; in config_read_cmdline()
Dpreconfig.c77 PyWideStringList wargv = _PyWideStringList_INIT; in _PyArgv_AsWstrList()