Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dstream.h36 #define MP_STREAM_FLUSH (1) macro
H A Dstream.c467 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()
H A Dobjstringio.c144 case MP_STREAM_FLUSH: in stringio_ioctl()
/dports/lang/micropython/micropython-1.17/examples/natmod/btree/
H A Dbtree_c.c90 mp_uint_t res = stream_p->ioctl(MP_OBJ_FROM_PTR(stream), MP_STREAM_FLUSH, 0, &native_errno); in mp_stream_posix_fsync()
/dports/lang/micropython/micropython-1.17/extmod/
H A Dvfs_posix_file.c172 case MP_STREAM_FLUSH: { in vfs_posix_file_ioctl()
H A Dvfs_fat_file.c129 } else if (request == MP_STREAM_FLUSH) { in file_obj_ioctl()
H A Dvfs_lfsx_file.c179 } else if (request == MP_STREAM_FLUSH) { in MP_VFS_LFSx()