Searched refs:_Py_PreInitEntry (Results 1 – 1 of 1) sorted by relevance
2152 typedef struct _preinit_entry *_Py_PreInitEntry; typedef2154 static _Py_PreInitEntry _preinit_warnoptions = NULL;2155 static _Py_PreInitEntry _preinit_xoptions = NULL;2157 static _Py_PreInitEntry2169 _Py_PreInitEntry node = PyMem_RawCalloc(1, sizeof(*node)); in _alloc_preinit_entry()2183 _append_preinit_entry(_Py_PreInitEntry *optionlist, const wchar_t *value) in _append_preinit_entry()2185 _Py_PreInitEntry new_entry = _alloc_preinit_entry(value); in _append_preinit_entry()2192 _Py_PreInitEntry last_entry = *optionlist; in _append_preinit_entry()2205 _clear_preinit_entries(_Py_PreInitEntry *optionlist) in _clear_preinit_entries()2207 _Py_PreInitEntry current = *optionlist; in _clear_preinit_entries()[all …]