Searched refs:io_func (Results 1 – 1 of 1) sorted by relevance
51 io_func_t io_func; in mp_stream_rw() local54 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 3 milliseconds