Searched refs:DB_user_BEGIN (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_dispatch.c265 if (rectype >= DB_user_BEGIN) {
271 urectype = rectype - DB_user_BEGIN;
320 if (ndx < DB_user_BEGIN) {
326 ndx -= DB_user_BEGIN;
364 if (ndx >= DB_user_BEGIN) {
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts666 DB_user_BEGIN => DEFINE,
H A DBerkeleyDB.pm548 DB_user_BEGIN
H A Dconstants.h1670 DB_debug_FLAG DB_user_BEGIN */
1712 if (memEQ(name, "DB_user_BEGIN", 13)) {
1714 #ifdef DB_user_BEGIN
1715 *iv_return = DB_user_BEGIN;
5597 DB_user_BEGIN),
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in446 * Application-specified log record types start at DB_user_BEGIN, and must not
454 #define DB_user_BEGIN 10000
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h436 * Application-specified log record types start at DB_user_BEGIN, and must not
444 #define DB_user_BEGIN 10000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h425 * Application-specified log record types start at DB_user_BEGIN, and must not
433 #define DB_user_BEGIN 10000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h434 * Application-specified log record types start at DB_user_BEGIN, and must not
442 #define DB_user_BEGIN 10000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h473 * Application-specified log record types start at DB_user_BEGIN, and must not
481 #define DB_user_BEGIN 10000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h473 * Application-specified log record types start at DB_user_BEGIN, and must not
481 #define DB_user_BEGIN 10000 macro
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp530 REGISTER_LONG_CONSTANT("DB_user_BEGIN", DB_user_BEGIN, CONST_CS | CONST_PERSISTENT);

Completed in 232 milliseconds