Searched refs:asites (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drep.h203 u_int32_t asites; /* Space allocated for sites. */ member in struct:__rep
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_elect.c614 if (rep->nsites > rep->asites &&
1017 if (nsites > rep->asites &&
H A Drep_util.c1068 nalloc = 2 * rep->asites;
1094 rep->asites = nalloc;
1110 rep->asites = 0;
H A Drep_stat.c469 STAT_LONG("Space allocated for sites", rep->asites);

Completed in 100 milliseconds