Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dstream.c51 io_func_t io_func; in mp_stream_rw() local
54 io_func = (io_func_t)stream_p->write; in mp_stream_rw()
56 io_func = stream_p->read; in mp_stream_rw()
62 mp_uint_t out_sz = io_func(stream, buf, size, errcode); in mp_stream_rw()

Completed in 2 milliseconds