HomeSort by relevance Sort by last modified time
    Searched defs:connecting (Results 1 - 8 of 8) sorted by null

  /external/curl/tests/unit/
unit1303.c 66 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, connect timeout the longer one *
    [all...]
  /external/libevent/
bufferevent-internal.h 153 /** 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.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asyncore.py 228 connecting = False variable in class:dispatcher
346 self.connecting = True
406 self.connecting = False
445 if self.connecting:
457 self.connecting = False
466 if self.connecting:
  /prebuilts/gdb/linux-x86/lib/python2.7/
asyncore.py 228 connecting = False variable in class:dispatcher
346 self.connecting = True
406 self.connecting = False
445 if self.connecting:
457 self.connecting = False
466 if self.connecting:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 228 connecting = False variable in class:dispatcher
346 self.connecting = True
406 self.connecting = False
445 if self.connecting:
457 self.connecting = False
466 if self.connecting:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 228 connecting = False variable in class:dispatcher
346 self.connecting = True
406 self.connecting = False
445 if self.connecting:
457 self.connecting = False
466 if self.connecting:
  /external/curl/lib/
urldata.h 757 CURLcode (*connecting)(struct connectdata *, bool *done); member in struct:Curl_handler
    [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 

Completed in 221 milliseconds