Home
last modified time | relevance | path

Searched refs:authErrorCount (Results 1 – 8 of 8) sorted by relevance

/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/exchange/
H A Dexchange_bittrex.cpp533 static int authErrorCount = 0; in dataReceivedAuth() local
537 authErrorCount++; in dataReceivedAuth()
539 if (authErrorCount < 3) in dataReceivedAuth()
549 authErrorCount = 0; in dataReceivedAuth()
H A Dexchange_binance.cpp618 static int authErrorCount = 0; in dataReceivedAuth() local
622 authErrorCount++; in dataReceivedAuth()
624 if (authErrorCount < 3) in dataReceivedAuth()
634 authErrorCount = 0; in dataReceivedAuth()
H A Dexchange_hitbtc.cpp579 static int authErrorCount = 0; in dataReceivedAuth() local
583 authErrorCount++; in dataReceivedAuth()
585 if (authErrorCount < 3) in dataReceivedAuth()
595 authErrorCount = 0; in dataReceivedAuth()
H A Dexchange_indacoin.cpp602 static int authErrorCount = 0; in dataReceivedAuth() local
606 authErrorCount++; in dataReceivedAuth()
608 if (authErrorCount > 2) in dataReceivedAuth()
627 authErrorCount = 0; in dataReceivedAuth()
H A Dexchange_poloniex.cpp574 static int authErrorCount = 0; in dataReceivedAuth() local
578 authErrorCount++; in dataReceivedAuth()
580 if (authErrorCount < 3) in dataReceivedAuth()
590 authErrorCount = 0; in dataReceivedAuth()
H A Dexchange_yobit.cpp623 static int authErrorCount = 0; in dataReceivedAuth() local
627 authErrorCount++; in dataReceivedAuth()
629 if (authErrorCount > 2) in dataReceivedAuth()
646 authErrorCount = 0; in dataReceivedAuth()
H A Dexchange_bitfinex.cpp958 static int authErrorCount = 0; in dataReceivedAuth() local
962 authErrorCount++; in dataReceivedAuth()
964 if (authErrorCount > 2) in dataReceivedAuth()
981 authErrorCount = 0; in dataReceivedAuth()
H A Dexchange_bitstamp.cpp920 static int authErrorCount = 0; in dataReceivedAuth() local
924 authErrorCount++; in dataReceivedAuth()
926 if (authErrorCount > 2) in dataReceivedAuth()
943 authErrorCount = 0; in dataReceivedAuth()