Lines Matching refs:status

685                     list($status) = Strings::unpackSSH2('N', $response);
686 if ($status != NET_SFTP_STATUS_OK) {
687 $this->logError($response, $status);
689 . ' Got ' . $status);
810 * @param int $status
813 private function logError($response, $status = -1) argument
815 if ($status == -1) {
816 list($status) = Strings::unpackSSH2('N', $response);
819 $error = $this->status_codes[$status];
1136 list($status) = Strings::unpackSSH2('N', $response);
1137 if ($status != NET_SFTP_STATUS_EOF) {
1138 $this->logError($response, $status);
1754 list($status) = Strings::unpackSSH2('N', $response);
1755 if ($status != NET_SFTP_STATUS_OK) {
1756 $this->logError($response, $status);
1938 list($status) = Strings::unpackSSH2('N', $response);
1939 if ($status != NET_SFTP_STATUS_OK) {
1940 $this->logError($response, $status);
2000 list($status) = Strings::unpackSSH2('N', $response);
2001 if ($status != NET_SFTP_STATUS_OK) {
2002 $this->logError($response, $status);
2040 list($status) = Strings::unpackSSH2('N', $response);
2041 if ($status != NET_SFTP_STATUS_OK) {
2043 $this->logError($response, $status);
2304 list($status) = Strings::unpackSSH2('N', $response);
2305 if ($status != NET_SFTP_STATUS_OK) {
2306 $this->logError($response, $status);
2334 list($status) = Strings::unpackSSH2('N', $response);
2335 if ($status != NET_SFTP_STATUS_OK) {
2336 $this->logError($response, $status);
2556 list($status) = Strings::unpackSSH2('N', $response);
2557 if ($status != NET_SFTP_STATUS_OK) {
2558 $this->logError($response, $status);
3000 list($status) = Strings::unpackSSH2('N', $response);
3001 if ($status != NET_SFTP_STATUS_OK) {
3002 $this->logError($response, $status);