Searched refs:proxy (Results 351 - 360 of 360) sorted by relevance
1...<<1112131415
/third_party/python/Lib/test/ |
H A D | test_array.py | 1098 p = weakref.proxy(s)
|
H A D | test_itertools.py | 1476 p = weakref.proxy(a)
|
H A D | test_set.py | 596 p = weakref.proxy(s)
|
H A D | test_socket.py | 21 from weakref import proxy namespace 866 p = proxy(s) 875 self.fail('Socket proxy still exists')
|
H A D | pickletester.py | 2155 p = weakref.proxy(x)
|
/third_party/curl/lib/ |
H A D | ftp.c | 51 #include "http.h" /* for HTTP proxy tunnel stuff */ 1788 If a proxy tunnel is used, returns the original host name instead, because in control_address() 1789 the effective control connection address is the proxy address, in control_address() 1924 if(conn->bits.proxy) { in ftp_state_pasv_resp() 1926 * This connection uses a proxy and we need to connect to the proxy again in ftp_state_pasv_resp() 1939 (unsigned short)conn->port; /* we connect to the proxy's port */ in ftp_state_pasv_resp() 1942 failf(data, "Can't resolve proxy host %s:%hu", host_name, connectport); in ftp_state_pasv_resp() 2085 * as an FTP transfer might involve a HTTP proxy connection and in client_write_header() 3588 * proxy the in ftp_do_more() [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 9312 TNode<JSProxy> proxy = CAST(current.value()); 9314 CAST(LoadObjectField(proxy, JSProxy::kHandlerOffset)); 9318 CAST(LoadObjectField(proxy, JSProxy::kTargetOffset));
|
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/ |
H A D | RpcClientJsunit.test.js | 136 expect(this.proxy.removeDeathRecipient(this, 0)).assertTrue();
151 expect(this.proxy.unregisterDeathRecipient(this, 0)).assertTrue();
5439 * @tc.name : test writeRemoteObject is proxy or remote object is invalid Error message verification
|
/third_party/mbedtls/tests/ |
H A D | ssl-opt.sh | 120 # Pick a "unique" server port in the range 10000-19999, and a proxy 139 printf " --proxy-port\tTCP/UDP proxy port (default: randomish 2xxxx)\n" 175 --proxy-port) 517 # * $CLI_CMD, $SRV_CMD, $PXY_CMD: client/server/proxy commands. 982 echo " ! proxy output:" 1047 # When we use a proxy, it will be listening on the same port we 1074 # Wait for proxy process $2 to be listening on port $1. 1287 # * $CLI_CMD, $PXY_CMD, $SRV_CMD: the client, proxy and server commands. 1293 # if the test uses DTLS but no custom proxy, ad [all...] |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 8941 ** used as a proxy for the total work done by the prepared statement. 44797 unixFile *proxy = pCtx->lockProxy; proxyCheckReservedLock() local 44836 unixFile *proxy = pCtx->lockProxy; proxyLock() local 44860 unixFile *proxy = pCtx->lockProxy; proxyUnlock() local [all...] |
Completed in 194 milliseconds
1...<<1112131415