Lines Matching refs:PyStructSequence_SET_ITEM
923 PyStructSequence_SET_ITEM(res, 0, firstiter); in sys_get_asyncgen_hooks()
926 PyStructSequence_SET_ITEM(res, 1, finalizer); in sys_get_asyncgen_hooks()
979 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
981 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
983 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
985 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
987 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
989 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
991 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
993 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
995 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1094 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.dwMajorVersion)); in sys_getwindowsversion()
1095 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.dwMinorVersion)); in sys_getwindowsversion()
1096 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.dwBuildNumber)); in sys_getwindowsversion()
1097 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.dwPlatformId)); in sys_getwindowsversion()
1098 PyStructSequence_SET_ITEM(version, pos++, PyUnicode_FromString(ver.szCSDVersion)); in sys_getwindowsversion()
1099 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.wServicePackMajor)); in sys_getwindowsversion()
1100 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.wServicePackMinor)); in sys_getwindowsversion()
1101 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.wSuiteMask)); in sys_getwindowsversion()
1102 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.wProductType)); in sys_getwindowsversion()
1127 PyStructSequence_SET_ITEM(version, pos++, Py_BuildValue("(kkk)", in sys_getwindowsversion()
2074 PyStructSequence_SET_ITEM(seq, pos++, PyLong_FromLong(flag)) in make_flags()
2091 PyStructSequence_SET_ITEM(seq, pos++, PyBool_FromLong(core_config->dev_mode)); in make_flags()
2152 PyStructSequence_SET_ITEM(version_info, pos++, PyLong_FromLong(flag)) in make_version_info()
2154 PyStructSequence_SET_ITEM(version_info, pos++, PyUnicode_FromString(flag)) in make_version_info()