Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/extmod/
H 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()
H 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()
H A Dmoduwebsocket.c260 case MP_STREAM_CLOSE: in websocket_ioctl()
H A Dvfs_fat_file.c137 } else if (request == MP_STREAM_CLOSE) { in file_obj_ioctl()
H A Dmodussl_axtls.c276 if (request == MP_STREAM_CLOSE && self->ssl_sock != NULL) { in ussl_socket_ioctl()
H A Dmodwebrepl.c310 case MP_STREAM_CLOSE: in webrepl_ioctl()
H A Dmodussl_mbedtls.c343 if (request == MP_STREAM_CLOSE) { in socket_ioctl()
H A Dmodlwip.c1499 } else if (request == MP_STREAM_CLOSE) { in lwip_socket_ioctl()
/dports/lang/micropython/micropython-1.17/py/
H A Dstream.h39 #define MP_STREAM_CLOSE (4) macro
H A Dobjstringio.c146 case MP_STREAM_CLOSE: in stringio_ioctl()
H A Dstream.c422 mp_uint_t res = stream_p->ioctl(stream, MP_STREAM_CLOSE, 0, &error); in mp_stream_close()
/dports/lang/micropython/micropython-1.17/ports/zephyr/
H A Dmodusocket.c307 case MP_STREAM_CLOSE: in sock_ioctl()
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dmodusocket.c365 if (request == MP_STREAM_CLOSE) { in socket_ioctl()
/dports/lang/micropython/micropython-1.17/ports/unix/
H A Dmodusocket.c131 case MP_STREAM_CLOSE: in socket_ioctl()
/dports/lang/micropython/micropython-1.17/ports/cc3200/mods/
H A Dmodusocket.c338 } else if (request == MP_STREAM_CLOSE) { in wlan_socket_ioctl()
/dports/lang/micropython/micropython-1.17/ports/esp32/
H A Dmodsocket.c728 } else if (request == MP_STREAM_CLOSE) { in socket_stream_ioctl()