Searched refs:sinceLastFlow (Results 1 – 2 of 2) sorted by relevance
120 USHORT sinceLastFlow; // Counts the number of characters read from input member
296 pCh->sinceLastFlow = 0; // No bytes received since last flow in i2InitChannels()902 if ((pCh->sinceLastFlow += count) >= pCh->whenSendFlow) { in i2Input()903 pCh->sinceLastFlow -= pCh->whenSendFlow; in i2Input()957 if ( (pCh->sinceLastFlow += count) >= pCh->whenSendFlow ) in i2InputFlush()959 pCh->sinceLastFlow -= pCh->whenSendFlow; in i2InputFlush()