Searched defs:IS_ZERO_LSN (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/build_brew/
H A Ddb_int.h774 #define IS_ZERO_LSN(LSN) ((LSN).file == 0 && (LSN).offset == 0) macro
/macosx-10.10.1/BerkeleyDB-21/db/build_s60/
H A Ddb_int.h773 #define IS_ZERO_LSN(LSN) ((LSN).file == 0 && (LSN).offset == 0) macro
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/
H A Ddb_int.h776 #define IS_ZERO_LSN(LSN) ((LSN).file == 0 && (LSN).offset == 0) macro
/macosx-10.10.1/BerkeleyDB-21/db/build_wince/
H A Ddb_int.h773 #define IS_ZERO_LSN(LSN) ((LSN).file == 0 && (LSN).offset == 0) macro
/macosx-10.10.1/BerkeleyDB-21/db/build_windows/
H A Ddb_int.h773 #define IS_ZERO_LSN(LSN) ((LSN).file == 0 && (LSN).offset == 0) macro

Completed in 246 milliseconds