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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtdb.c37 #define TDB_PAGE_SIZE 0x2000 macro
332 /* and round the database up to a multiple of TDB_PAGE_SIZE */
333 length = ((tdb->map_size + length + TDB_PAGE_SIZE) & ~(TDB_PAGE_SIZE - 1)) - tdb->map_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c70 #define TDB_PAGE_SIZE 0x2000 macro
783 the database up to a multiple of TDB_PAGE_SIZE */
784 size = TDB_ALIGN(tdb->map_size + size*10, TDB_PAGE_SIZE) - tdb->map_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c75 #define TDB_PAGE_SIZE 0x2000 macro
790 the database up to a multiple of TDB_PAGE_SIZE */
791 size = TDB_ALIGN(tdb->map_size + size*10, TDB_PAGE_SIZE) - tdb->map_size;

Completed in 83 milliseconds