Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dinitconfig.c380 PyWideStringList copy = _PyWideStringList_INIT; in _PyWideStringList_Copy()
1247 PyWideStringList wstrlist = _PyWideStringList_INIT; in config_dict_get_wstrlist()
2596 PyWideStringList options = _PyWideStringList_INIT; in config_init_warnoptions()
2675 PyWideStringList config_argv = _PyWideStringList_INIT; in config_update_argv()
2790 PyWideStringList cmdline_warnoptions = _PyWideStringList_INIT; in config_read_cmdline()
2791 PyWideStringList env_warnoptions = _PyWideStringList_INIT; in config_read_cmdline()
2792 PyWideStringList sys_warnoptions = _PyWideStringList_INIT; in config_read_cmdline()
H A Dpreconfig.c74 PyWideStringList wargv = _PyWideStringList_INIT; in _PyArgv_AsWstrList()
/third_party/python/Include/internal/
H A Dpycore_initconfig.h51 #define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL} macro

Completed in 5 milliseconds