Searched refs:max_req (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dsftp-client.c999 u_int handle_len, mode, type, id, buflen, num_req, max_req; local
1082 max_req = 1;
1088 while (num_req > 0 || max_req > 0) {
1099 max_req = 0;
1103 while (num_req < max_req) {
1107 num_req, max_req);
1123 debug3("Received reply T:%u I:%u R:%d", type, id, max_req);
1138 max_req = 0;
1156 max_req = 0;
1185 if (max_req >
[all...]

Completed in 105 milliseconds