Searched refs:MP_STREAM_CLOSE (Results 1 – 14 of 14) sorted by relevance
167 if (request != MP_STREAM_CLOSE) { in vfs_posix_file_ioctl()199 case MP_STREAM_CLOSE: in vfs_posix_file_ioctl()
161 if (request != MP_STREAM_CLOSE) { in MP_VFS_LFSx()186 } else if (request == MP_STREAM_CLOSE) { in MP_VFS_LFSx()
260 case MP_STREAM_CLOSE: in websocket_ioctl()
137 } else if (request == MP_STREAM_CLOSE) { in file_obj_ioctl()
276 if (request == MP_STREAM_CLOSE && self->ssl_sock != NULL) { in ussl_socket_ioctl()
310 case MP_STREAM_CLOSE: in webrepl_ioctl()
343 if (request == MP_STREAM_CLOSE) { in socket_ioctl()
1499 } else if (request == MP_STREAM_CLOSE) { in lwip_socket_ioctl()
39 #define MP_STREAM_CLOSE (4) macro
146 case MP_STREAM_CLOSE: in stringio_ioctl()
422 mp_uint_t res = stream_p->ioctl(stream, MP_STREAM_CLOSE, 0, &error); in mp_stream_close()
746 } else if (request == MP_STREAM_CLOSE) { in socket_stream_ioctl()
779 } else if (request == MP_STREAM_CLOSE) { in socket_stream_ioctl()
714 } else if (request == MP_STREAM_CLOSE) { in socket_stream_ioctl()
Completed in 26 milliseconds