Searched refs:DB_GROW_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h110 #define DB_GROW_SIZE 64 macro
111 int32_t dbentry_cnt; /* Entries. Grows by DB_GROW_SIZE. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_util.c48 (size_t)(ndx + DB_GROW_SIZE) * sizeof(DB_ENTRY),
53 for (i = dblp->dbentry_cnt; i < ndx + DB_GROW_SIZE; i++) {

Completed in 43 milliseconds