Searched refs:maxloops (Results 1 – 2 of 2) sorted by relevance
588 int maxloops = 100; in readwrite_data() local982 } while(data_pending(conn) && maxloops--); in readwrite_data()984 if(maxloops <= 0) { in readwrite_data()
512 the 'maxloops' handling in transfer.c:readwrite_data().