Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dsftp-client.c2322 u_int *nreqsp, u_int *write_errorp) in handle_dest_replies() argument
2334 while (*nreqsp > 0) { in handle_dest_replies()
2335 debug3_f("%u outstanding replies", *nreqsp); in handle_dest_replies()
2353 debug3("Received dest reply T:%u I:%u R:%u", type, id, *nreqsp); in handle_dest_replies()
2381 (*nreqsp)--; in handle_dest_replies()
2383 debug3_f("done: %u outstanding replies", *nreqsp); in handle_dest_replies()