Home
last modified time | relevance | path

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

/external/tinycompress/
Dcompress.c91 int nonblocking; member
377 if (compress->nonblocking) in compress_write()
437 if (compress->nonblocking) in compress_read()
607 compress->nonblocking = !!nonblock; in compress_nonblock()
/external/curl/lib/vtls/
Dpolarssl.c665 bool nonblocking, in polarssl_connect_common() argument
719 nonblocking?0:timeout_ms); in polarssl_connect_common()
726 if(nonblocking) { in polarssl_connect_common()
747 if(result || (nonblocking && in polarssl_connect_common()
Dcyassl.c765 bool nonblocking, in cyassl_connect_common() argument
819 nonblocking?0:timeout_ms); in cyassl_connect_common()
826 if(nonblocking) { in cyassl_connect_common()
847 if(result || (nonblocking && in cyassl_connect_common()
Dmbedtls.c733 bool nonblocking, in mbed_connect_common() argument
786 nonblocking ? 0 : timeout_ms); in mbed_connect_common()
793 if(nonblocking) { in mbed_connect_common()
814 if(retcode || (nonblocking && in mbed_connect_common()
Dgskit.c982 bool nonblocking) in gskit_connect_step2() argument
994 timeout_ms = nonblocking? 0: Curl_timeleft(data, NULL, TRUE); in gskit_connect_step2()
1004 if(nonblocking) in gskit_connect_step2()
1016 if(nonblocking) in gskit_connect_step2()
1120 bool nonblocking, bool *done) in gskit_connect_common() argument
1162 result = gskit_connect_step2(conn, sockindex, nonblocking); in gskit_connect_common()
Dgtls.c274 bool nonblocking) in handshake() argument
304 nonblocking?0: in handshake()
312 if(nonblocking) in handshake()
1368 bool nonblocking,
1381 rc = handshake(conn, sockindex, TRUE, nonblocking);
Dschannel.c780 bool nonblocking, bool *done) in schannel_connect_common() argument
833 nonblocking ? 0 : timeout_ms); in schannel_connect_common()
840 if(nonblocking) { in schannel_connect_common()
861 if(result || (nonblocking && in schannel_connect_common()
Ddarwinssl.c2161 bool nonblocking, argument
2215 nonblocking?0:timeout_ms);
2222 if(nonblocking) {
2242 if(result || (nonblocking &&
Dopenssl.c2978 bool nonblocking, in ossl_connect_common() argument
3032 nonblocking?0:timeout_ms); in ossl_connect_common()
3039 if(nonblocking) { in ossl_connect_common()
3059 if(result || (nonblocking && in ossl_connect_common()
/external/python/cpython2/Modules/
D_ssl.c617 int sockstate, nonblocking; in PySSL_SSLdo_handshake() local
623 nonblocking = (sock->sock_timeout >= 0.0); in PySSL_SSLdo_handshake()
624 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in PySSL_SSLdo_handshake()
625 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in PySSL_SSLdo_handshake()
1679 int nonblocking; in PySSL_SSLwrite() local
1696 nonblocking = (sock->sock_timeout >= 0.0); in PySSL_SSLwrite()
1697 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in PySSL_SSLwrite()
1698 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in PySSL_SSLwrite()
1789 int nonblocking; in PySSL_SSLread() local
1831 nonblocking = (sock->sock_timeout >= 0.0); in PySSL_SSLread()
[all …]
/external/devlib/devlib/utils/
Dserial_port.py53 conn.nonblocking()
/external/syslinux/core/lwip/
DUPGRADING36 standardised way to set O_NONBLOCK for nonblocking sockets.
132 * Implemented many nonblocking socket/netconn functions
DCHANGELOG141 standardised way to set O_NONBLOCK for nonblocking sockets.
319 after a successful nonblocking connection.
/external/libpcap/
Dpcap-dag.c341 unsigned int nonblocking = flags & DAGF_NONBLOCK; in dag_read() local
381 if (nonblocking && (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size)) in dag_read()
387 if(!nonblocking && in dag_read()
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py603 def nonblocking(self): member in PosixSerial
/external/libevent/
Devutil.c299 u_long nonblocking = 1; in evutil_make_socket_nonblocking() local
300 if (ioctlsocket(fd, FIONBIO, &nonblocking) == SOCKET_ERROR) { in evutil_make_socket_nonblocking()
DChangeLog1136 …o Add an evdns_getaddrinfo() function to provide a nonblocking getaddrinfo using evdns, so program…
/external/python/cpython2/Doc/library/
Dssl.rst96 <ssl-nonblocking>` when trying to read or write data, but more data needs
105 <ssl-nonblocking>` when trying to read or write data, but more data needs
862 :ref:`notes on non-blocking sockets <ssl-nonblocking>`.
1659 .. _ssl-nonblocking:
/external/curl/
DCMakeLists.txt949 # Check for nonblocking
/external/bison/po/
Dja.po1407 #~ msgid "cannot set up nonblocking I/O to %s subprocess"
/external/valgrind/
DNEWS.old1957 write, etc) which should be nonblocking, in fact do block. This
/external/c-ares/
Dconfigure1439 --enable-nonblocking Enable non-blocking communications
1440 --disable-nonblocking Disable non-blocking communications
/external/jline/src/src/test/resources/jline/example/
Denglish.gz