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

  /external/chromium/third_party/libevent/
http-internal.h 64 u_short bind_port; /* local port for binding the src */ member in struct:evhttp_connection
  /external/chromium_org/third_party/libevent/
http-internal.h 64 u_short bind_port; /* local port for binding the src */ member in struct:evhttp_connection
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
303 Either this method or bind_port() should be used for any tests where a
308 s_server mode). Always prefer bind_port() over find_unused_port() where
350 port = bind_port(tempsock)
355 def bind_port(sock, host=HOST): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
303 Either this method or bind_port() should be used for any tests where a
308 s_server mode). Always prefer bind_port() over find_unused_port() where
350 port = bind_port(tempsock)
355 def bind_port(sock, host=HOST): function
    [all...]

Completed in 267 milliseconds