Searched refs:max_req (Results 1 – 1 of 1) sorted by relevance
1153 u_int mode, id, buflen, num_req, max_req, status = SSH2_FX_OK; in do_download() local1247 max_req = 1; in do_download()1253 while (num_req > 0 || max_req > 0) { in do_download()1264 max_req = 0; in do_download()1268 while (num_req < max_req) { in do_download()1272 num_req, max_req); in do_download()1289 debug3("Received reply T:%u I:%u R:%d", type, id, max_req); in do_download()1306 max_req = 0; in do_download()1326 max_req = 0; in do_download()1355 if (max_req > 0) { /* max_req = 0 iff EOF received */ in do_download()[all …]