Searched refs:MP_STREAM_FLUSH (Results 1 – 6 of 6) sorted by relevance
36 #define MP_STREAM_FLUSH (1) macro
467 mp_uint_t res = stream_p->ioctl(self, MP_STREAM_FLUSH, 0, &error); in stream_flush()546 mp_uint_t res = stream_p->ioctl(MP_OBJ_FROM_PTR(stream), MP_STREAM_FLUSH, 0, &errno); in mp_stream_posix_fsync()
144 case MP_STREAM_FLUSH: in stringio_ioctl()
172 case MP_STREAM_FLUSH: { in vfs_posix_file_ioctl()
129 } else if (request == MP_STREAM_FLUSH) { in file_obj_ioctl()
179 } else if (request == MP_STREAM_FLUSH) { in MP_VFS_LFSx()
Completed in 9 milliseconds