Searched refs:_PyPreCmdline (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_initconfig.h | 103 } _PyPreCmdline; typedef 106 (_PyPreCmdline){ \ 112 extern void _PyPreCmdline_Clear(_PyPreCmdline *cmdline); 113 extern PyStatus _PyPreCmdline_SetArgv(_PyPreCmdline *cmdline, 116 const _PyPreCmdline *cmdline, 118 extern PyStatus _PyPreCmdline_Read(_PyPreCmdline *cmdline,
|
/external/python/cpython3/Python/ |
D | preconfig.c | 116 _PyPreCmdline_Clear(_PyPreCmdline *cmdline) in _PyPreCmdline_Clear() 124 _PyPreCmdline_SetArgv(_PyPreCmdline *cmdline, const _PyArgv *args) in _PyPreCmdline_SetArgv() 131 precmdline_get_preconfig(_PyPreCmdline *cmdline, const PyPreConfig *config) in precmdline_get_preconfig() 147 precmdline_set_preconfig(const _PyPreCmdline *cmdline, PyPreConfig *config) in precmdline_set_preconfig() 161 _PyPreCmdline_SetConfig(const _PyPreCmdline *cmdline, PyConfig *config) in _PyPreCmdline_SetConfig() 182 precmdline_parse_cmdline(_PyPreCmdline *cmdline) in precmdline_parse_cmdline() 229 _PyPreCmdline_Read(_PyPreCmdline *cmdline, const PyPreConfig *preconfig) in _PyPreCmdline_Read() 587 preconfig_init_utf8_mode(PyPreConfig *config, const _PyPreCmdline *cmdline) in preconfig_init_utf8_mode() 730 preconfig_read(PyPreConfig *config, _PyPreCmdline *cmdline) in preconfig_read() 816 _PyPreCmdline cmdline = _PyPreCmdline_INIT; in _PyPreConfig_Read()
|
D | initconfig.c | 2303 core_read_precmdline(PyConfig *config, _PyPreCmdline *precmdline) in core_read_precmdline() 2523 _PyPreCmdline precmdline = _PyPreCmdline_INIT; in PyConfig_Read()
|