Home
last modified time | relevance | path

Searched refs:MP_STREAM_SEEK (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dstream.h37 #define MP_STREAM_SEEK (2) macro
A Dstream.c446 mp_uint_t res = stream_p->ioctl(args[0], MP_STREAM_SEEK, (mp_uint_t)(uintptr_t)&seek_s, &error); in stream_seek()
536 …mp_uint_t res = stream_p->ioctl(MP_OBJ_FROM_PTR(stream), MP_STREAM_SEEK, (mp_uint_t)(uintptr_t)&se… in mp_stream_posix_lseek()
A Dobjstringio.c116 case MP_STREAM_SEEK: { in stringio_ioctl()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_posix_file.c187 case MP_STREAM_SEEK: { in vfs_posix_file_ioctl()
A Dvfs_fat_file.c109 if (request == MP_STREAM_SEEK) { in file_obj_ioctl()
A Dvfs_lfsx_file.c165 if (request == MP_STREAM_SEEK) { in MP_VFS_LFSx()
A Dmodwebrepl.c163 mp_uint_t res = file_stream->ioctl(self->cur_file, MP_STREAM_SEEK, (uintptr_t)&seek, &err); in handle_op()

Completed in 8 milliseconds