Searched refs:StructError (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | _struct.c | 20 PyObject *StructError; member 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() 307 PyErr_SetString(_structmodulestate_global->StructError, in pack_halffloat() 353 PyErr_Format(_structmodulestate_global->StructError, in _range_error() [all …]
|
/external/python/cpython2/Modules/ |
D | _struct.c | 61 static PyObject *StructError; variable 162 PyErr_SetString(StructError, in get_pylong() 313 PyErr_Format(StructError, in _range_error() 319 PyErr_Format(StructError, in _range_error() 490 PyErr_SetString(StructError, in np_byte() 505 PyErr_SetString(StructError, in np_ubyte() 517 PyErr_SetString(StructError, in np_char() 533 PyErr_SetString(StructError, in np_short() 551 PyErr_SetString(StructError, in np_ushort() 654 PyErr_SetString(StructError, in np_float() [all …]
|