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

/asus-wl-520gu-7.0.1.45/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;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dtdb.c37 #define TDB_PAGE_SIZE 0x2000 macro
335 /* and round the database up to a multiple of TDB_PAGE_SIZE */
336 length = ((tdb->map_size + length + TDB_PAGE_SIZE) & ~(TDB_PAGE_SIZE - 1)) - tdb->map_size;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dtdb.c37 #define TDB_PAGE_SIZE 0x2000 macro
335 /* and round the database up to a multiple of TDB_PAGE_SIZE */
336 length = ((tdb->map_size + length + TDB_PAGE_SIZE) & ~(TDB_PAGE_SIZE - 1)) - tdb->map_size;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdb.c73 #define TDB_PAGE_SIZE 0x2000 macro
795 the database up to a multiple of TDB_PAGE_SIZE */
796 size = TDB_ALIGN(tdb->map_size + size*10, TDB_PAGE_SIZE) - tdb->map_size;

Completed in 129 milliseconds