Searched refs:max_req (Results 1 – 1 of 1) sorted by relevance
1591 u_int mode, id, buflen, num_req, max_req, status = SSH2_FX_OK; in sftp_download() local1666 max_req = 1; in sftp_download()1677 while (num_req > 0 || max_req > 0) { in sftp_download()1688 max_req = 0; in sftp_download()1692 while (num_req < max_req) { in sftp_download()1696 num_req, max_req); in sftp_download()1710 debug3("Received reply T:%u I:%u R:%d", type, id, max_req); in sftp_download()1722 max_req = 0; in sftp_download()1742 max_req = 0; in sftp_download()1781 if (max_req > 0) { /* max_req = 0 iff EOF received */ in sftp_download()[all …]