Searched refs:iLastStreamAttempt (Results 1 – 2 of 2) sorted by relevance
2893 iLastStreamAttempt = time(nullptr); in StartStreaming()2925 iLastStreamAttempt = 0; in FinishStreaming()3029 if (iLastStreamAttempt && iLastStreamAttempt + C4NetStreamingInterval >= time(nullptr)) in StreamOut()3050 iLastStreamAttempt = time(nullptr); in StreamOut()
188 time_t iLastStreamAttempt; variable