Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_posix_file.c167 if (request != MP_STREAM_CLOSE) { in vfs_posix_file_ioctl()
199 case MP_STREAM_CLOSE: in vfs_posix_file_ioctl()
A Dvfs_lfsx_file.c161 if (request != MP_STREAM_CLOSE) { in MP_VFS_LFSx()
186 } else if (request == MP_STREAM_CLOSE) { in MP_VFS_LFSx()
A Dmoduwebsocket.c260 case MP_STREAM_CLOSE: in websocket_ioctl()
A Dvfs_fat_file.c137 } else if (request == MP_STREAM_CLOSE) { in file_obj_ioctl()
A Dmodussl_axtls.c276 if (request == MP_STREAM_CLOSE && self->ssl_sock != NULL) { in ussl_socket_ioctl()
A Dmodwebrepl.c310 case MP_STREAM_CLOSE: in webrepl_ioctl()
A Dmodussl_mbedtls.c343 if (request == MP_STREAM_CLOSE) { in socket_ioctl()
A Dmodlwip.c1499 } else if (request == MP_STREAM_CLOSE) { in lwip_socket_ioctl()
/AliOS-Things-master/components/py_engine/engine/py/
A Dstream.h39 #define MP_STREAM_CLOSE (4) macro
A Dobjstringio.c146 case MP_STREAM_CLOSE: in stringio_ioctl()
A Dstream.c422 mp_uint_t res = stream_p->ioctl(stream, MP_STREAM_CLOSE, 0, &error); in mp_stream_close()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c746 } else if (request == MP_STREAM_CLOSE) { in socket_stream_ioctl()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c779 } else if (request == MP_STREAM_CLOSE) { in socket_stream_ioctl()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c714 } else if (request == MP_STREAM_CLOSE) { in socket_stream_ioctl()

Completed in 24 milliseconds