Home
last modified time | relevance | path

Searched refs:EPIPE (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Derrno.h79 #define EPIPE 32 /* Broken pipe */ macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Derrno.h80 #define EPIPE 32 /* Broken pipe */ macro
/AliOS-Things-master/components/mbedtls/platform/aos/library/
A Dnet_sockets.c311 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_recv()
370 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_send()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dusb_errno.h35 #define EPIPE 32 /* Broken pipe */ macro
A Ddwc_os.h141 #define DWC_E_PIPE EPIPE
/AliOS-Things-master/components/minilibc/include/
A Derrno-.h48 #define EPIPE 32 /* Broken pipe */ macro
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Derrno_bak.h39 #define EPIPE 32 /* Broken pipe */ macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Derrno.h39 #define EPIPE 32 /* Broken pipe */ macro
/AliOS-Things-master/components/py_engine/engine/py/
A Dmperrno.h127 #define MP_EPIPE EPIPE
/AliOS-Things-master/components/mbedtls/platform/yoc/
A Dnet_sockets.c349 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_recv()
412 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_send()
/AliOS-Things-master/components/amp/main/
A Damp_errno.h59 #define EPIPE 32 /* Broken pipe */
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/
A Dbt_errno.h67 #define EPIPE 32 /**< Broken pipe */ macro
/AliOS-Things-master/components/osal_aos/include/aos/
A Derrno.h66 #define EPIPE 32 /**< Broken pipe */
/AliOS-Things-master/components/uvoice/audio/hal/linux/
A Duvoice_pcm.c281 if (ret == -EPIPE) { in alsa_pcm_read()
306 if (ret == -EPIPE) { in alsa_pcm_write()
/AliOS-Things-master/components/linkkit/wrappers/platform/ssl/
A DHAL_DTLS_mbedtls.c147 if (errno == EPIPE || errno == ECONNRESET) in _net_send()
170 if (errno == EPIPE || errno == ECONNRESET) in _net_recv()
A DHAL_TLS_mbedtls.c137 if (errno == EPIPE || errno == ECONNRESET) in _net_send()
160 if (errno == EPIPE || errno == ECONNRESET) in _net_recv()
/AliOS-Things-master/components/mbedtls/library/
A Dnet_sockets.c561 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_recv()
641 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_send()
/AliOS-Things-master/components/websocket/src/
A Drws_socketpriv.c925 case EPIPE: // The local end has been shut down on a connection oriented socket in rws_socket_check_write_error()
985 if( errno == EPIPE || errno == ECONNRESET ) in _rws_tls_net_send()
1012 if( errno == EPIPE || errno == ECONNRESET ) in _rws_tls_net_recv()
/AliOS-Things-master/components/a2sa/src/framework/
A Dsound_pcm.c192 return -EPIPE; in aos_pcm_wait()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi434 @item EPIPE
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c1570 DEF(EPIPE),
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-libc.c1398 DEF(EPIPE),

Completed in 44 milliseconds