Searched refs:TimeToSendThisQuestion (Results 1 – 1 of 1) sorted by relevance
2128 #define TimeToSendThisQuestion(Q,time) (ActiveQuestion(Q) && (time) - ((Q)->LastQTime + (Q)->ThisQI… macro3565 if (TimeToSendThisQuestion(q, m->timenow + q->ThisQInterval/10)) in AccelerateThisQuery()3569 if (TimeToSendThisQuestion(q, m->timenow + q->ThisQInterval/2)) in AccelerateThisQuery()3638 if (q->Target.type && (q->SendQNow || TimeToSendThisQuestion(q, m->timenow))) in SendQueries()3657 if (!q->Target.type && TimeToSendThisQuestion(q, m->timenow)) in SendQueries()