Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_struct.c33 #define _structmodulestate_global get_struct_state(PyState_FindModule(&_structmodule)) macro
65 #define PyStruct_Check(op) PyObject_TypeCheck(op, (PyTypeObject *)_structmodulestate_global->PyStru…
66 #define PyStruct_CheckExact(op) Py_IS_TYPE(op, (PyTypeObject *)_structmodulestate_global->PyStructT…
129 PyErr_SetString(_structmodulestate_global->StructError, in get_pylong()
157 PyErr_SetString(_structmodulestate_global->StructError, in get_long()
181 PyErr_SetString(_structmodulestate_global->StructError, in get_ulong()
204 PyErr_SetString(_structmodulestate_global->StructError, in get_longlong()
227 PyErr_SetString(_structmodulestate_global->StructError, in get_ulonglong()
250 PyErr_SetString(_structmodulestate_global->StructError, in get_ssize_t()
273 PyErr_SetString(_structmodulestate_global->StructError, in get_size_t()
[all …]