OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nstats
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
sftp-server.c
931
int
nstats
= 10, count = 0, i;
local
933
stats = xcalloc(
nstats
, sizeof(Stat));
935
if (count >=
nstats
) {
936
nstats
*= 2;
937
stats = xrealloc(stats,
nstats
, sizeof(Stat));
[
all
...]
Completed in 313 milliseconds