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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/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...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dinst.msg23 echo connecting to SWAT or editing the file
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_net.c627 int connecting, ret, eid; local
633 connecting = (conn->state == CONN_CONNECTING);
654 if (!connecting && eid == db_rep->master_eid) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex147 program. This is a common case when connecting to the middle
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Durldata.h659 CURLcode (*connecting)(struct connectdata *, bool *done); member in struct:Curl_handler
H A Durl.c245 ZERO_NULL, /* connecting */
3064 return FALSE; /* no matching connecting exists */
3279 * We are doing protocol-specific connecting and this is being called over and
3289 if(conn && conn->handler->connecting) {
3291 result = conn->handler->connecting(conn, done);
3338 if(!conn->handler->connecting)
4577 /* If not connecting via a proxy, extract the port from the URL, if it is

Completed in 172 milliseconds