HomeSort by relevance Sort by last modified time
    Searched refs:tempsock (Results 1 - 17 of 17) sorted by null

  /external/curl/lib/
connect.c 551 curl_socket_t fd_to_close = conn->tempsock[tempindex];
552 conn->tempsock[tempindex] = CURL_SOCKET_BAD;
580 result = singleipconnect(conn, ai, &conn->tempsock[tempindex]);
756 if(conn->tempsock[i] == CURL_SOCKET_BAD)
763 (void)verifyconnect(conn->tempsock[i], NULL);
767 rc = SOCKET_WRITABLE(conn->tempsock[i], 0);
784 if(verifyconnect(conn->tempsock[i], &error)) {
788 conn->sock[sockindex] = conn->tempsock[i];
790 conn->tempsock[i] = CURL_SOCKET_BAD;
793 if(conn->tempsock[other] != CURL_SOCKET_BAD)
    [all...]
url.c     [all...]
urldata.h 976 curl_socket_t tempsock[2]; \/* temporary sockets for happy eyeballs *\/ member in struct:connectdata
    [all...]
multi.c 822 if(conn->tempsock[i] != CURL_SOCKET_BAD) {
823 sock[s] = conn->tempsock[i];
    [all...]
ftp.c 906 if(conn->tempsock[i] != CURL_SOCKET_BAD) {
907 socks[s] = conn->tempsock[i];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 282 tempsock = socket.socket(family, socktype)
283 port = bind_port(tempsock)
284 tempsock.close()
285 del tempsock
    [all...]
test_socket.py 549 tempsock = socket.socket()
550 tempsock.bind((bind_address, 0))
551 host, port = tempsock.getsockname()
552 tempsock.close()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 349 tempsock = socket.socket(family, socktype)
350 port = bind_port(tempsock)
351 tempsock.close()
352 del tempsock
    [all...]
test_socket.py 549 tempsock = socket.socket()
550 tempsock.bind((bind_address, 0))
551 host, port = tempsock.getsockname()
552 tempsock.close()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 349 tempsock = socket.socket(family, socktype)
350 port = bind_port(tempsock)
351 tempsock.close()
352 del tempsock
    [all...]
test_socket.py 549 tempsock = socket.socket()
550 tempsock.bind((bind_address, 0))
551 host, port = tempsock.getsockname()
552 tempsock.close()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 349 tempsock = socket.socket(family, socktype)
350 port = bind_port(tempsock)
351 tempsock.close()
352 del tempsock
    [all...]
test_socket.py 549 tempsock = socket.socket()
550 tempsock.bind((bind_address, 0))
551 host, port = tempsock.getsockname()
552 tempsock.close()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 349 tempsock = socket.socket(family, socktype)
350 port = bind_port(tempsock)
351 tempsock.close()
352 del tempsock
    [all...]
test_socket.py 549 tempsock = socket.socket()
550 tempsock.bind((bind_address, 0))
551 host, port = tempsock.getsockname()
552 tempsock.close()
    [all...]
  /external/python/cpython2/Lib/test/
test_support.py 486 tempsock = socket.socket(family, socktype)
487 port = bind_port(tempsock)
488 tempsock.close()
489 del tempsock
    [all...]
test_socket.py 574 tempsock = socket.socket()
575 tempsock.bind((bind_address, 0))
576 host, port = tempsock.getsockname()
577 tempsock.close()
    [all...]

Completed in 966 milliseconds