Searched refs:connecting (Results 1 - 9 of 9) sorted by relevance

/external/curl/tests/unit/
H A Dunit1303.c66 bool connecting; member in struct:timetest
78 /* both timeouts set, not connecting */
84 /* both timeouts set, connecting */
90 /* no connect timeout set, not connecting */
96 /* no connect timeout set, connecting */
102 /* only connect timeout set, not connecting */
108 /* only connect timeout set, connecting */
114 /* no timeout set, not connecting */
120 /* no timeout set, connecting */
126 /* both timeouts set, connecting, connec
[all...]
/external/libevent/
H A Dbufferevent_sock.c221 if (bufev_p->connecting) {
233 bufev_p->connecting = 0;
387 bufev_p->connecting = 1;
408 bufev_p->connecting = 1;
415 bufev_p->connecting = 1;
420 bufev_p->connecting = 1;
574 if ((event & EV_WRITE) && ! bufev_p->connecting) {
H A Dbufferevent_async.c191 if (beva->write_in_progress || beva->bev.connecting)
237 if (beva->read_in_progress || beva->bev.connecting)
328 if (bev_async->bev.connecting) {
422 EVUTIL_ASSERT(bev_a->bev.connecting);
423 bev_a->bev.connecting = 0;
H A Dbufferevent-internal.h153 /** Flag: set if we are currently busy connecting. */
154 unsigned connecting : 1; member in struct:bufferevent_private
296 first resets 'connecting' flag to force EV_WRITE down for sure.
H A Dbufferevent.c489 bufev_private->connecting = 0;
/external/libvncserver/webclients/novnc/
H A DREADME.md60 Running in Chrome before and after connecting:
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex147 program. This is a common case when connecting to the middle
/external/curl/lib/
H A Durldata.h757 CURLcode (*connecting)(struct connectdata *, bool *done); member in struct:Curl_handler
H A Durl.c267 ZERO_NULL, /* connecting */
3559 return FALSE; /* no matching connecting exists */
3647 * We are doing protocol-specific connecting and this is being called over and
3657 if(conn && conn->handler->connecting) {
3659 result = conn->handler->connecting(conn, done);
3705 if(!conn->handler->connecting)
5603 /* If not connecting via a proxy, extract the port from the URL, if it is

Completed in 198 milliseconds