Searched refs:free_fids (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/dbreg/
H A Ddbreg.c807 lp->free_fids_alloced <= lp->free_fids + 1) {
828 stack[lp->free_fids++] = id;
845 if (lp->free_fid_stack != INVALID_ROFF && lp->free_fids > 0) {
847 *id = stack[--lp->free_fids];
882 for (i = 0; i < lp->free_fids; i++)
889 stack[i] = stack[lp->free_fids - 1];
890 lp->free_fids--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h210 u_int free_fids; /* Height of free fid stack. */ member in struct:__log
/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 102 milliseconds