Home
last modified time | relevance | path

Searched refs:BoundWaitingForConnection (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js256 this.state !== constants_1.SocksClientState.BoundWaitingForConnection) {
313 else if (this.state === constants_1.SocksClientState.BoundWaitingForConnection) {
420 this.state = constants_1.SocksClientState.BoundWaitingForConnection;
635 this.state = constants_1.SocksClientState.BoundWaitingForConnection;
/third_party/node/deps/npm/node_modules/socks/typings/common/
Dconstants.d.ts86 BoundWaitingForConnection = 9, enumerator