Home
last modified time | relevance | path

Searched refs:request_find (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dsftp-client.c141 request_find(struct requests *requests, u_int id) in request_find() function
1728 if ((req = request_find(&requests, id)) == NULL) in sftp_download()
2180 if ((ack = request_find(&acks, rid)) == NULL) in sftp_upload()
2566 if ((req = request_find(&requests, id)) == NULL) in sftp_crossload()