Lines Matching refs:PyStructSequence_SET_ITEM

2291     PyStructSequence_SET_ITEM(v, index, s);  in fill_time()
2292 PyStructSequence_SET_ITEM(v, index+3, float_s); in fill_time()
2293 PyStructSequence_SET_ITEM(v, index+6, ns_total); in fill_time()
2316 PyStructSequence_SET_ITEM(v, 0, PyLong_FromLong((long)st->st_mode)); in _pystat_fromstructstat()
2318 PyStructSequence_SET_ITEM(v, 1, PyLong_FromUnsignedLongLong(st->st_ino)); in _pystat_fromstructstat()
2320 PyStructSequence_SET_ITEM(v, 2, PyLong_FromUnsignedLong(st->st_dev)); in _pystat_fromstructstat()
2322 PyStructSequence_SET_ITEM(v, 2, _PyLong_FromDev(st->st_dev)); in _pystat_fromstructstat()
2324 PyStructSequence_SET_ITEM(v, 3, PyLong_FromLong((long)st->st_nlink)); in _pystat_fromstructstat()
2326 PyStructSequence_SET_ITEM(v, 4, PyLong_FromLong(0)); in _pystat_fromstructstat()
2327 PyStructSequence_SET_ITEM(v, 5, PyLong_FromLong(0)); in _pystat_fromstructstat()
2329 PyStructSequence_SET_ITEM(v, 4, _PyLong_FromUid(st->st_uid)); in _pystat_fromstructstat()
2330 PyStructSequence_SET_ITEM(v, 5, _PyLong_FromGid(st->st_gid)); in _pystat_fromstructstat()
2333 PyStructSequence_SET_ITEM(v, 6, PyLong_FromLongLong(st->st_size)); in _pystat_fromstructstat()
2355 PyStructSequence_SET_ITEM(v, ST_BLKSIZE_IDX, in _pystat_fromstructstat()
2359 PyStructSequence_SET_ITEM(v, ST_BLOCKS_IDX, in _pystat_fromstructstat()
2363 PyStructSequence_SET_ITEM(v, ST_RDEV_IDX, in _pystat_fromstructstat()
2367 PyStructSequence_SET_ITEM(v, ST_GEN_IDX, in _pystat_fromstructstat()
2381 PyStructSequence_SET_ITEM(v, ST_BIRTHTIME_IDX, in _pystat_fromstructstat()
2386 PyStructSequence_SET_ITEM(v, ST_FLAGS_IDX, in _pystat_fromstructstat()
2390 PyStructSequence_SET_ITEM(v, ST_FILE_ATTRIBUTES_IDX, in _pystat_fromstructstat()
2394 PyStructSequence_SET_ITEM(v, ST_FSTYPE_IDX, in _pystat_fromstructstat()
2398 PyStructSequence_SET_ITEM(v, ST_REPARSE_TAG_IDX, in _pystat_fromstructstat()
4954 PyStructSequence_SET_ITEM(value, i, o); \ in os_uname_impl()
6703 PyStructSequence_SET_ITEM(res, 0, sched_priority); in os_sched_param_impl()
6811 PyStructSequence_SET_ITEM(result, 0, priority); in os_sched_getparam_impl()
8095 PyStructSequence_SET_ITEM(result, 0, in wait_helper()
8097 PyStructSequence_SET_ITEM(result, 1, in wait_helper()
8100 PyStructSequence_SET_ITEM(result, index, PyLong_FromLong(value)) in wait_helper()
8243 PyStructSequence_SET_ITEM(result, 0, PyLong_FromPid(si.si_pid)); in os_waitid_impl()
8244 PyStructSequence_SET_ITEM(result, 1, _PyLong_FromUid(si.si_uid)); in os_waitid_impl()
8245 PyStructSequence_SET_ITEM(result, 2, PyLong_FromLong((long)(si.si_signo))); in os_waitid_impl()
8246 PyStructSequence_SET_ITEM(result, 3, PyLong_FromLong((long)(si.si_status))); in os_waitid_impl()
8247 PyStructSequence_SET_ITEM(result, 4, PyLong_FromLong((long)(si.si_code))); in os_waitid_impl()
8776 PyStructSequence_SET_ITEM(value, i, o); \ in build_times_result()
11069 PyStructSequence_SET_ITEM(v, 0, PyLong_FromLong((long) st.f_bsize)); in _pystatvfs_fromstructstatvfs()
11070 PyStructSequence_SET_ITEM(v, 1, PyLong_FromLong((long) st.f_frsize)); in _pystatvfs_fromstructstatvfs()
11071 PyStructSequence_SET_ITEM(v, 2, PyLong_FromLong((long) st.f_blocks)); in _pystatvfs_fromstructstatvfs()
11072 PyStructSequence_SET_ITEM(v, 3, PyLong_FromLong((long) st.f_bfree)); in _pystatvfs_fromstructstatvfs()
11073 PyStructSequence_SET_ITEM(v, 4, PyLong_FromLong((long) st.f_bavail)); in _pystatvfs_fromstructstatvfs()
11074 PyStructSequence_SET_ITEM(v, 5, PyLong_FromLong((long) st.f_files)); in _pystatvfs_fromstructstatvfs()
11075 PyStructSequence_SET_ITEM(v, 6, PyLong_FromLong((long) st.f_ffree)); in _pystatvfs_fromstructstatvfs()
11076 PyStructSequence_SET_ITEM(v, 7, PyLong_FromLong((long) st.f_favail)); in _pystatvfs_fromstructstatvfs()
11077 PyStructSequence_SET_ITEM(v, 8, PyLong_FromLong((long) st.f_flag)); in _pystatvfs_fromstructstatvfs()
11078 PyStructSequence_SET_ITEM(v, 9, PyLong_FromLong((long) st.f_namemax)); in _pystatvfs_fromstructstatvfs()
11080 PyStructSequence_SET_ITEM(v, 0, PyLong_FromLong((long) st.f_bsize)); in _pystatvfs_fromstructstatvfs()
11081 PyStructSequence_SET_ITEM(v, 1, PyLong_FromLong((long) st.f_frsize)); in _pystatvfs_fromstructstatvfs()
11082 PyStructSequence_SET_ITEM(v, 2, in _pystatvfs_fromstructstatvfs()
11084 PyStructSequence_SET_ITEM(v, 3, in _pystatvfs_fromstructstatvfs()
11086 PyStructSequence_SET_ITEM(v, 4, in _pystatvfs_fromstructstatvfs()
11088 PyStructSequence_SET_ITEM(v, 5, in _pystatvfs_fromstructstatvfs()
11090 PyStructSequence_SET_ITEM(v, 6, in _pystatvfs_fromstructstatvfs()
11092 PyStructSequence_SET_ITEM(v, 7, in _pystatvfs_fromstructstatvfs()
11094 PyStructSequence_SET_ITEM(v, 8, PyLong_FromLong((long) st.f_flag)); in _pystatvfs_fromstructstatvfs()
11095 PyStructSequence_SET_ITEM(v, 9, PyLong_FromLong((long) st.f_namemax)); in _pystatvfs_fromstructstatvfs()
11100 PyStructSequence_SET_ITEM(v, 10, PyLong_FromUnsignedLong(st.f_fsid.val[0])); in _pystatvfs_fromstructstatvfs()
11102 PyStructSequence_SET_ITEM(v, 10, PyLong_FromUnsignedLong(st.f_fsid)); in _pystatvfs_fromstructstatvfs()
12955 PyStructSequence_SET_ITEM(termsize, 0, PyLong_FromLong(columns)); in os_get_terminal_size_impl()
12956 PyStructSequence_SET_ITEM(termsize, 1, PyLong_FromLong(lines)); in os_get_terminal_size_impl()