Lines Matching refs:PyStructSequence_SET_ITEM
1337 PyStructSequence_SET_ITEM(res, 0, firstiter); in sys_get_asyncgen_hooks_impl()
1340 PyStructSequence_SET_ITEM(res, 1, finalizer); in sys_get_asyncgen_hooks_impl()
1386 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1388 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1390 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1392 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1394 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1396 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1398 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1400 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1402 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1498 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.dwMajorVersion)); in sys_getwindowsversion_impl()
1499 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.dwMinorVersion)); in sys_getwindowsversion_impl()
1500 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.dwBuildNumber)); in sys_getwindowsversion_impl()
1501 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.dwPlatformId)); in sys_getwindowsversion_impl()
1502 PyStructSequence_SET_ITEM(version, pos++, PyUnicode_FromWideChar(ver.szCSDVersion, -1)); in sys_getwindowsversion_impl()
1503 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.wServicePackMajor)); in sys_getwindowsversion_impl()
1504 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.wServicePackMinor)); in sys_getwindowsversion_impl()
1505 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.wSuiteMask)); in sys_getwindowsversion_impl()
1506 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.wProductType)); in sys_getwindowsversion_impl()
1533 PyStructSequence_SET_ITEM(version, pos++, Py_BuildValue("(kkk)", in sys_getwindowsversion_impl()
2469 PyStructSequence_SET_ITEM(seq, pos++, PyLong_FromLong(flag)) in make_flags()
2486 PyStructSequence_SET_ITEM(seq, pos++, PyBool_FromLong(config->dev_mode)); in make_flags()
2547 PyStructSequence_SET_ITEM(version_info, pos++, PyLong_FromLong(flag)) in make_version_info()
2549 PyStructSequence_SET_ITEM(version_info, pos++, PyUnicode_FromString(flag)) in make_version_info()