Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsftp-server.c317 static u_int num_handles = 0; variable
333 if (num_handles + 1 <= num_handles) in handle_new()
335 num_handles++; in handle_new()
336 handles = xreallocarray(handles, num_handles, sizeof(Handle)); in handle_new()
337 handle_unused(num_handles - 1); in handle_new()
356 return i >= 0 && (u_int)i < num_handles && handles[i].use == type; in handle_is_ok()
487 for (i = 0; i < num_handles; i++) in handle_log_exit()