HomeSort by: relevance | last modified time | path
    Searched refs:SSH2_FXP_WRITE (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sftp.h 40 #define SSH2_FXP_WRITE 6
sftp-server.c 138 { "write", NULL, SSH2_FXP_WRITE, process_write, 1 },
sftp-client.c 2122 if ((r = sshbuf_put_u8(msg, SSH2_FXP_WRITE)) != 0 ||
2130 debug3("Sent message SSH2_FXP_WRITE I:%u O:%llu S:%u",
2574 if ((r = sshbuf_put_u8(msg, SSH2_FXP_WRITE)) != 0 ||
2582 debug3("Sent message SSH2_FXP_WRITE I:%u O:%llu S:%zu",

Completed in 49 milliseconds