Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dsysmodule.c1656 typedef struct _preinit_entry *_Py_PreInitEntry; typedef
1658 static _Py_PreInitEntry _preinit_warnoptions = NULL;
1659 static _Py_PreInitEntry _preinit_xoptions = NULL;
1661 static _Py_PreInitEntry
1673 _Py_PreInitEntry node = PyMem_RawCalloc(1, sizeof(*node)); in _alloc_preinit_entry()
1687 _append_preinit_entry(_Py_PreInitEntry *optionlist, const wchar_t *value) in _append_preinit_entry()
1689 _Py_PreInitEntry new_entry = _alloc_preinit_entry(value); in _append_preinit_entry()
1696 _Py_PreInitEntry last_entry = *optionlist; in _append_preinit_entry()
1709 _clear_preinit_entries(_Py_PreInitEntry *optionlist) in _clear_preinit_entries()
1711 _Py_PreInitEntry current = *optionlist; in _clear_preinit_entries()
[all …]