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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dtdb_private.h55 #define TDB_ALIGNMENT 4 macro
56 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGNMENT)
H A Dfreelist.c208 length = TDB_ALIGN(length, TDB_ALIGNMENT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c67 #define TDB_ALIGNMENT 4 macro
68 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGNMENT)
868 length = TDB_ALIGN(length, TDB_ALIGNMENT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c72 #define TDB_ALIGNMENT 4 macro
73 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGNMENT)
873 length = TDB_ALIGN(length, TDB_ALIGNMENT);

Completed in 71 milliseconds