Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dsftp-client.c2362 u_int *nreqsp, u_int *write_errorp) in handle_dest_replies() argument
2374 while (*nreqsp > 0) { in handle_dest_replies()
2375 debug3_f("%u outstanding replies", *nreqsp); in handle_dest_replies()
2393 debug3("Received dest reply T:%u I:%u R:%u", type, id, *nreqsp); in handle_dest_replies()
2421 (*nreqsp)--; in handle_dest_replies()
2423 debug3_f("done: %u outstanding replies", *nreqsp); in handle_dest_replies()