Searched refs:LF_ISSET (Results 76 - 100 of 109) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c278 put_flags = LF_ISSET(LDF_NOOVERWRITE) ? DB_NOOVERWRITE : 0;
300 if (LF_ISSET(LDF_NOHEADER)) {
376 if (LF_ISSET(LDF_PASSWORD) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_files.c260 if (LF_ISSET(DB_MPOOL_CREATE))
287 if (LF_ISSET(DB_MPOOL_CREATE))
323 if (LF_ISSET(DB_MPOOL_UNLINK)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_auto.c125 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
414 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
692 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
997 if (LF_ISSET(DB_LOG_NOT_DURABLE)) {
1233 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
1547 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
1898 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
2124 if (LF_ISSET(DB_LOG_NOT_DURABLE)) {
2430 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
2713 if (LF_ISSET(DB_LOG_NOT_DURABL
[all...]
H A Ddb_remove.c281 if (!F_ISSET(dbp, DB_AM_INMEM) && LF_ISSET(DB_FORCE) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c125 if (!LF_ISSET(DB_FREE_SPACE | DB_FREELIST_ONLY))
127 if (LF_ISSET(DB_FREELIST_ONLY))
142 if (nelems == 0 && LF_ISSET(DB_FREELIST_ONLY)) {
164 if (LF_ISSET(DB_FREELIST_ONLY))
247 done: if (LF_ISSET(DB_FREE_SPACE)) {
253 if (ret == 0 && !LF_ISSET(DB_FREELIST_ONLY) && (t_ret =
H A Dbt_cursor.c1091 is_key = LF_ISSET(DB_MULTIPLE_KEY) ? 1: 0;
1093 next_key = is_key && LF_ISSET(DB_OPFLAGS_MASK) != DB_NEXT_DUP;
1097 rec_key = LF_ISSET(DB_MULTIPLE_KEY) ? 1 : 0;
1098 next_key = LF_ISSET(DB_OPFLAGS_MASK) != DB_NEXT_DUP;
1101 no_dup = LF_ISSET(DB_OPFLAGS_MASK) == DB_NEXT_NODUP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_seq.c498 if (LF_ISSET(seq_flags[i].flag)) {
H A Dtcl_internal.c724 if (LF_ISSET(fnp->mask)) {
H A Dtcl_env.c2220 if (LF_ISSET(open_flags[i].flag)) {
2283 if (LF_ISSET(open_flags[i].flag)) {
2335 if (LF_ISSET(encrypt_flags[i].flag)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_auto.c122 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
400 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
678 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
948 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
1239 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
1619 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
1965 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
2224 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
2473 if (LF_ISSET(DB_LOG_NOT_DURABLE) ||
H A Dhash.c607 is_key = LF_ISSET(DB_MULTIPLE_KEY) ? 1 : 0;
608 next_key = is_key && LF_ISSET(DB_OPFLAGS_MASK) != DB_NEXT_DUP;
609 no_dup = LF_ISSET(DB_OPFLAGS_MASK) == DB_NEXT_NODUP;
H A Dhash_open.c89 txn, &dbc, LF_ISSET(DB_CREATE) && CDB_LOCKING(env) ?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_elect.c917 (priority != 0 || LF_ISSET(REPCTL_ELECTABLE))) {
947 if (priority != 0 || LF_ISSET(REPCTL_ELECTABLE)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_net.c145 if (LF_ISSET(DB_REP_PERMANENT)) {
217 if (ret != 0 && LF_ISSET(DB_REP_PERMANENT)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h222 #define LF_ISSET(f) ((flags) & (f)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h221 #define LF_ISSET(f) ((flags) & (f)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h220 #define LF_ISSET(f) ((flags) & (f)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h224 #define LF_ISSET(f) ((flags) & (f)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h221 #define LF_ISSET(f) ((flags) & (f)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h221 #define LF_ISSET(f) ((flags) & (f)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_method.c677 if (LF_ISSET(MP_TRUNC_RECOVER))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client_ret.c80 if (LF_ISSET(DB_INIT_TXN)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_util.c461 if (ctp->ct_dbdp.dbflags != LF_ISSET(DB_SERVER_DBFLAGS))
H A Ddb_server_proc.c726 if (LF_ISSET(DB_RPC2ND_MASK | DB_CREATE))
728 if (LF_ISSET(DB_CREATE))
1415 dbp_ctp->ct_dbdp.dbflags = LF_ISSET(DB_SERVER_DBFLAGS);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp428 if (ctp->ct_dbdp.dbflags != LF_ISSET(DB_SERVER_DBFLAGS))

Completed in 199 milliseconds

12345