/external/chromium/third_party/libjingle/source/talk/base/ |
D | socket.h | 55 #undef EINPROGRESS 56 #define EINPROGRESS WSAEINPROGRESS macro 140 return (e == EWOULDBLOCK) || (e == EAGAIN) || (e == EINPROGRESS); in IsBlockingError()
|
/external/openssl/crypto/rand/ |
D | rand_egd.c | 168 #ifdef EINPROGRESS in RAND_query_egd_bytes() 169 case EINPROGRESS: in RAND_query_egd_bytes()
|
/external/openssl/crypto/bio/ |
D | bss_sock.c | 279 #ifdef EINPROGRESS in BIO_sock_non_fatal_error() 280 case EINPROGRESS: in BIO_sock_non_fatal_error()
|
D | bss_fd.c | 305 #ifdef EINPROGRESS in BIO_fd_non_fatal_error() 306 case EINPROGRESS: in BIO_fd_non_fatal_error()
|
/external/qemu/ |
D | migration-tcp-android.c | 110 if (ret == -EINPROGRESS || ret == -EWOULDBLOCK || ret == -EAGAIN) in tcp_start_outgoing_migration() 114 if (ret < 0 && ret != -EINPROGRESS && ret != -EWOULDBLOCK && ret != -EAGAIN) { in tcp_start_outgoing_migration()
|
D | migration-tcp.c | 118 if (ret == -EINPROGRESS || ret == -EWOULDBLOCK) in tcp_start_outgoing_migration() 122 if (ret < 0 && ret != -EINPROGRESS && ret != -EWOULDBLOCK) { in tcp_start_outgoing_migration()
|
D | sockets.h | 44 # ifndef EINPROGRESS 45 # define EINPROGRESS 10036 macro
|
D | posix-aio-compat.c | 386 aiocb->ret = -EINPROGRESS; in qemu_paio_submit() 446 } else if (ret != EINPROGRESS) { in posix_aio_process_queue() 548 } else if (acb->ret == -EINPROGRESS) { in paio_cancel() 556 while (qemu_paio_error(acb) == EINPROGRESS) in paio_cancel()
|
/external/chromium/net/socket/ |
D | tcp_client_socket_libevent.cc | 251 } else if (errno == EINPROGRESS && wait_for_connect_) { in DoConnect() 272 if (connect_os_error_ != EINPROGRESS) in DoConnect() 475 if (errno == EINPROGRESS) in InternalWrite() 606 if (os_error == EINPROGRESS || os_error == EALREADY) { in DidCompleteConnect()
|
/external/kernel-headers/original/asm-generic/ |
D | errno.h | 88 #define EINPROGRESS 115 /* Operation now in progress */ macro
|
/external/kernel-headers/original/asm-mips/ |
D | errno.h | 104 #define EINPROGRESS 150 /* Operation now in progress */ macro
|
/external/llvm/include/llvm/Support/ |
D | system_error.h | 403 # ifndef EINPROGRESS 404 # define EINPROGRESS 112 macro 568 operation_in_progress = EINPROGRESS,
|
/external/qemu/proxy/ |
D | proxy_http_connector.c | 68 if (errno == EINPROGRESS || errno == EWOULDBLOCK) { in connection_init()
|
/external/qemu/slirp/ |
D | slirp.h | 39 # define EINPROGRESS WSAEINPROGRESS macro
|
D | slirp.c | 475 errno == EINPROGRESS || errno == ENOTCONN) in slirp_select_poll() 509 errno == EINPROGRESS || errno == ENOTCONN) in slirp_select_poll() 521 errno == EINPROGRESS || errno == ENOTCONN) in slirp_select_poll()
|
/external/dropbear/ |
D | dbutil.c | 355 if (errno == EINPROGRESS && nonblocking) { in connect_remote() 369 if (sock < 0 && !(errno == EINPROGRESS && nonblocking)) { in connect_remote()
|
/external/chromium/net/tools/flip_server/ |
D | create_listener.cc | 283 if ( errno != EINPROGRESS ) { in CreateConnectedSocket()
|
/external/qemu/android/ |
D | sync-utils.c | 70 if (errno == EINPROGRESS || errno == EAGAIN || errno == EWOULDBLOCK) { in syncsocket_connect()
|
D | async-utils.c | 228 if (errno == EINPROGRESS || errno == EWOULDBLOCK || errno == EAGAIN) { in asyncConnector_init()
|
/external/dbus/tools/ |
D | dbus-cleanup-sockets.c | 248 case EINPROGRESS: in open_socket()
|
/external/wpa_supplicant_8/src/wps/ |
D | http_client.c | 162 if (errno != EINPROGRESS) { in http_client_addr()
|
/external/chromium/third_party/libevent/ |
D | evbuffer.c | 183 errno == EINPROGRESS) in bufferevent_writecb()
|
/external/qemu/slirp-android/ |
D | slirp.c | 556 errno == EINPROGRESS || errno == ENOTCONN) in slirp_select_poll() 590 errno == EINPROGRESS || errno == ENOTCONN) in slirp_select_poll() 602 errno == EINPROGRESS || errno == ENOTCONN) in slirp_select_poll()
|
/external/bluetooth/bluez/btio/ |
D | btio.c | 293 if (err < 0 && !(errno == EAGAIN || errno == EINPROGRESS)) in l2cap_connect() 620 if (err < 0 && !(errno == EAGAIN || errno == EINPROGRESS)) in rfcomm_connect() 669 if (err < 0 && !(errno == EAGAIN || errno == EINPROGRESS)) in sco_connect()
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_upnp_event.c | 412 if (errno != EINPROGRESS) { in event_send_start()
|