Searched refs:free_fids_alloced (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h211 u_int free_fids_alloced; /* N free fid slots allocated. */ member in struct:__log
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg.c807 lp->free_fids_alloced <= lp->free_fids + 1) {
810 (lp->free_fids_alloced + 20) * sizeof(u_int32_t),
819 lp->free_fids_alloced * sizeof(u_int32_t));
823 lp->free_fids_alloced += 20;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog.c221 lp->free_fids = lp->free_fids_alloced = 0;

Completed in 98 milliseconds