Searched refs:EPIPE (Results 1 – 22 of 22) sorted by relevance
79 #define EPIPE 32 /* Broken pipe */ macro
80 #define EPIPE 32 /* Broken pipe */ macro
311 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_recv()370 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_send()
35 #define EPIPE 32 /* Broken pipe */ macro
141 #define DWC_E_PIPE EPIPE
48 #define EPIPE 32 /* Broken pipe */ macro
39 #define EPIPE 32 /* Broken pipe */ macro
127 #define MP_EPIPE EPIPE
349 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_recv()412 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_send()
59 #define EPIPE 32 /* Broken pipe */
67 #define EPIPE 32 /**< Broken pipe */ macro
66 #define EPIPE 32 /**< Broken pipe */
281 if (ret == -EPIPE) { in alsa_pcm_read()306 if (ret == -EPIPE) { in alsa_pcm_write()
147 if (errno == EPIPE || errno == ECONNRESET) in _net_send()170 if (errno == EPIPE || errno == ECONNRESET) in _net_recv()
137 if (errno == EPIPE || errno == ECONNRESET) in _net_send()160 if (errno == EPIPE || errno == ECONNRESET) in _net_recv()
561 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_recv()641 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_send()
925 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()
192 return -EPIPE; in aos_pcm_wait()
434 @item EPIPE
1570 DEF(EPIPE),
1398 DEF(EPIPE),
Completed in 44 milliseconds