Searched refs:max_req (Results 1 – 1 of 1) sorted by relevance
1606 u_int mode, id, buflen, num_req, max_req, status = SSH2_FX_OK; in sftp_download() local1681 max_req = 1; in sftp_download()1692 while (num_req > 0 || max_req > 0) { in sftp_download()1703 max_req = 0; in sftp_download()1707 while (num_req < max_req) { in sftp_download()1711 num_req, max_req); in sftp_download()1725 debug3("Received reply T:%u I:%u R:%d", type, id, max_req); in sftp_download()1737 max_req = 0; in sftp_download()1757 max_req = 0; in sftp_download()1796 if (max_req > 0) { /* max_req = 0 iff EOF received */ in sftp_download()[all …]