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

/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Ddb_int.h323 #define DB_RETOK_DBCGET(ret) ((ret) == 0 || (ret) == DB_KEYEMPTY || \ macro
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Ddb_int.h322 #define DB_RETOK_DBCGET(ret) ((ret) == 0 || (ret) == DB_KEYEMPTY || \ macro
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Ddb_int.h325 #define DB_RETOK_DBCGET(ret) ((ret) == 0 || (ret) == DB_KEYEMPTY || \ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Ddb_int.h322 #define DB_RETOK_DBCGET(ret) ((ret) == 0 || (ret) == DB_KEYEMPTY || \ macro
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Ddb_int.h322 #define DB_RETOK_DBCGET(ret) ((ret) == 0 || (ret) == DB_KEYEMPTY || \ macro

Completed in 75 milliseconds