Home
last modified time | relevance | path

Searched refs:mp_stream_seek_t (Results 1 – 8 of 8) sorted by relevance

/dports/lang/micropython/micropython-1.17/extmod/
H A Dvfs_posix_file.c188 struct mp_stream_seek_t *s = (struct mp_stream_seek_t *)arg; in vfs_posix_file_ioctl()
H A Dvfs_fat_file.c110 struct mp_stream_seek_t *s = (struct mp_stream_seek_t *)(uintptr_t)arg; in file_obj_ioctl()
H A Dvfs_lfsx_file.c166 struct mp_stream_seek_t *s = (struct mp_stream_seek_t *)(uintptr_t)arg; in MP_VFS_LFSx()
H A Dmodwebrepl.c161 struct mp_stream_seek_t seek = { .offset = self->hdr.offset, .whence = 0 }; in handle_op()
/dports/lang/micropython/micropython-1.17/py/
H A Dobjstringio.c117 struct mp_stream_seek_t *s = (struct mp_stream_seek_t *)arg; in stringio_ioctl()
H A Dstream.h55 struct mp_stream_seek_t { struct
H A Dstream.c431 struct mp_stream_seek_t seek_s; in stream_seek()
533 struct mp_stream_seek_t seek_s; in mp_stream_posix_lseek()
/dports/lang/micropython/micropython-1.17/examples/natmod/btree/
H A Dbtree_c.c77 struct mp_stream_seek_t seek_s; in mp_stream_posix_lseek()