Searched refs:REP_ON (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_method.c124 if (REP_ON(env)) {
179 if (REP_ON(env)) {
1171 if (REP_ON(env)) {
1219 if (REP_ON(env)) {
1253 if (REP_ON(env)) {
1283 if (REP_ON(env)) {
1307 if (REP_ON(env)) {
1330 if (REP_ON(env)) {
1359 if (REP_ON(env))
1365 if (REP_ON(en
[all...]
H A Drep_util.c917 * This is tested before REP_ON below because we always need
932 if (!REP_ON(env))
1843 else if (REP_ON(env)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drep.h360 (REP_ON(env) && \
364 (REP_ON(env) && \
368 (REP_ON(env) && \
383 (REP_ON(env) && (env)->rep_handle->region->flags != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_recover.c246 if (REP_ON(env)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c164 dbp->timestamp = REP_ON(env) ?
172 dbp->fid_gen = REP_ON(env) ? ((REP *)db_rep->region)->gen : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h386 * REP_ON Replication has been configured.
390 * REP_ON is more complex than most: if the BDB library was compiled without
402 #define REP_ON(env) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h385 * REP_ON Replication has been configured.
389 * REP_ON is more complex than most: if the BDB library was compiled without
401 #define REP_ON(env) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h384 * REP_ON Replication has been configured.
388 * REP_ON is more complex than most: if the BDB library was compiled without
400 #define REP_ON(env) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h388 * REP_ON Replication has been configured.
392 * REP_ON is more complex than most: if the BDB library was compiled without
404 #define REP_ON(env) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h385 * REP_ON Replication has been configured.
389 * REP_ON is more complex than most: if the BDB library was compiled without
401 #define REP_ON(env) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h385 * REP_ON Replication has been configured.
389 * REP_ON is more complex than most: if the BDB library was compiled without
401 #define REP_ON(env) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_open.c914 if (REP_ON(env) && (t_ret = __rep_env_refresh(env)) != 0 && ret == 0)
H A Denv_stat.c114 if (REP_ON(env)) {
H A Denv_recover.c92 if (update && REP_ON(env)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg.c467 (!REP_ON(env) || ((REP *)db_rep->region)->gen == dbp->fid_gen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_env.c1561 if (REP_ON(env)) {

Completed in 128 milliseconds