Searched refs:_PySys_AddXOptionWithError (Results 1 – 2 of 2) sorted by relevance
41 PyAPI_FUNC(int) _PySys_AddXOptionWithError(const wchar_t *s);
1869 _PySys_AddXOptionWithError(const wchar_t *s) in _PySys_AddXOptionWithError() function1912 if (_PySys_AddXOptionWithError(s) < 0) { in PySys_AddXOption()