Searched refs:MP_STREAM_SEEK (Results 1 – 7 of 7) sorted by relevance
37 #define MP_STREAM_SEEK (2) macro
446 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()
116 case MP_STREAM_SEEK: { in stringio_ioctl()
187 case MP_STREAM_SEEK: { in vfs_posix_file_ioctl()
109 if (request == MP_STREAM_SEEK) { in file_obj_ioctl()
165 if (request == MP_STREAM_SEEK) { in MP_VFS_LFSx()
163 mp_uint_t res = file_stream->ioctl(self->cur_file, MP_STREAM_SEEK, (uintptr_t)&seek, &err); in handle_op()
Completed in 9 milliseconds