Searched refs:send_data_or_handle (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dsftp-server.c541 send_data_or_handle(char type, u_int32_t id, const char *data, int dlen) function
557 send_data_or_handle(SSH2_FXP_DATA, id, data, dlen);
568 send_data_or_handle(SSH2_FXP_HANDLE, id, string, hlen);

Completed in 50 milliseconds