Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Derr.c52 EWOULDBLOCK, /* ERR_TIMEOUT -3 Timeout */
56 EWOULDBLOCK, /* ERR_WOULDBLOCK -7 Operation would block. */
A Dsockets.c653 sock_set_errno(sock, EWOULDBLOCK); in lwip_accept()
994 sock_set_errno(sock, EWOULDBLOCK); in lwip_recvfrom()
/AliOS-Things-master/components/mbedtls/platform/aos/library/
A Dnet_sockets.c268 #if defined EWOULDBLOCK && EWOULDBLOCK != EAGAIN in net_would_block()
269 case EWOULDBLOCK: in net_would_block()
/AliOS-Things-master/components/mbedtls/platform/yoc/
A Dnet_sockets.c214 #if defined EWOULDBLOCK && EWOULDBLOCK != EAGAIN in net_would_block()
215 case EWOULDBLOCK: in net_would_block()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Derrno.h88 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Derrno.h89 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/AliOS-Things-master/components/mbedtls/library/
A Dnet_sockets.c300 #if defined EWOULDBLOCK && EWOULDBLOCK != EAGAIN in net_would_block()
301 case EWOULDBLOCK: in net_would_block()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dusb_errno.h45 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/AliOS-Things-master/components/minilibc/include/
A Derrno-.h66 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Derrno_bak.h48 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Derrno.h48 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/AliOS-Things-master/components/py_engine/engine/py/
A Dmperrno.h130 #define MP_EWOULDBLOCK EWOULDBLOCK
/AliOS-Things-master/components/amp/main/
A Damp_errno.h77 #define EWOULDBLOCK EAGAIN /* Operation would block */
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/
A Dbt_errno.h85 #define EWOULDBLOCK EAGAIN /**< Operation would block */ macro
/AliOS-Things-master/components/osal_aos/include/aos/
A Derrno.h84 #define EWOULDBLOCK EAGAIN /**< Operation would block */
/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTLinux.c79 if (errno != EAGAIN && errno != EWOULDBLOCK) in linux_read()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c533 if (errno != EWOULDBLOCK) { in _socket_read_data()
593 if (r < 0 && errno != EWOULDBLOCK && errno != EINPROGRESS) { in _socket_send()
654 if (ret == -1 && errno != EWOULDBLOCK) { in socket_sendto()
694 if (r < 0 && errno != EWOULDBLOCK && errno != EINPROGRESS) { in socket_stream_write()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c557 if (errno != EWOULDBLOCK) { in _socket_read_data()
619 if (r < 0 && errno != EWOULDBLOCK && errno != EINPROGRESS) { in _socket_send()
683 if (ret == -1 && errno != EWOULDBLOCK) { in socket_sendto()
726 if (r < 0 && errno != EWOULDBLOCK && errno != EINPROGRESS) { in socket_stream_write()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c514 if (errno != EWOULDBLOCK) { in _socket_read_data()
570 if (r < 0 && errno != EWOULDBLOCK && errno != EINPROGRESS) { in _socket_send()
628 if (ret == -1 && errno != EWOULDBLOCK) { in socket_sendto()
663 if (r < 0 && errno != EWOULDBLOCK && errno != EINPROGRESS) { in socket_stream_write()
/AliOS-Things-master/components/netmgr/activation/
A Dactivation.c334 if((errno != EINTR) && (errno != EAGAIN) && (errno != EWOULDBLOCK)) { in activation_report()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Daf_packet.c310 sock_set_errno(sock, EWOULDBLOCK); in packet_recvfrom()
321 sock_set_errno(sock, EWOULDBLOCK); in packet_recvfrom()
/AliOS-Things-master/components/SDL2/src/audio/qsa/
A DSDL_qsa_audio.c170 if ((errno == EAGAIN) || (errno == EWOULDBLOCK)) { in QSA_PlayDevice()
/AliOS-Things-master/components/http/src/
A Dhttp_aos_wrapper.c145 … if ((EINTR == err_record) || (EAGAIN == err_record) || (EWOULDBLOCK == err_record) || in http_tcp_recv_wrapper()

Completed in 40 milliseconds