Home | History | Annotate | Download | only in Modules

Lines Matching defs:st_size

1043     __int64 st_size;
1100 result->st_size = (((__int64)info->nFileSizeHigh)<<32) + info->nFileSizeLow;
1262 result->st_size = (((__int64)info.nFileSizeHigh)<<32) + info.nFileSizeLow;
1292 {"st_size", "total size, in bytes"},
1499 PyLong_FromLongLong((PY_LONG_LONG)st->st_size));
1501 PyStructSequence_SET_ITEM(v, 6, PyInt_FromLong(st->st_size));