Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-server.c323 static u_int num_handles = 0; variable
339 if (num_handles + 1 <= num_handles) in handle_new()
341 num_handles++; in handle_new()
342 handles = xreallocarray(handles, num_handles, sizeof(Handle)); in handle_new()
343 handle_unused(num_handles - 1); in handle_new()
362 return i >= 0 && (u_int)i < num_handles && handles[i].use == type; in handle_is_ok()
493 for (i = 0; i < num_handles; i++) in handle_log_exit()