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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c102 #define TDB_PAGE_SIZE 0x2000 macro
815 the database up to a multiple of TDB_PAGE_SIZE */
816 size = TDB_ALIGN(tdb->map_size + size*10, TDB_PAGE_SIZE) - tdb->map_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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;

Completed in 146 milliseconds