Lines Matching defs:position
9525 The number of bytes to lock, starting at the current position.
9558 position: Py_off_t
9562 Set the position of a file descriptor. Return the new position.
9564 Return the new cursor position in number of bytes
9569 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how)
9586 result = _lseeki64(fd, position, how);
9588 result = lseek(fd, position, how);
10565 If offset_src is None, then src is read from the current position;
10636 If offset_src is None, then src is read from the current position;