Searched refs:use_bulk (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_log.c38 u_int32_t bulkflags, end_flag, flags, use_bulk; local
61 use_bulk = FLD_ISSET(rep->config, REP_C_BULK);
63 if (use_bulk && (ret = __rep_bulk_alloc(env, &bulk, eid,
177 if (use_bulk)
180 if (!use_bulk || ret == DB_REP_BULKOVF)
381 u_int32_t bulkflags, use_bulk; local
473 use_bulk = FLD_ISSET(rep->config, REP_C_BULK);
474 if (use_bulk && (ret = __rep_bulk_alloc(env, &bulk, eid,
521 if (use_bulk)
524 if (!use_bulk || re
[all...]
H A Drep_backup.c594 u_int32_t bulkflags, use_bulk; local
607 use_bulk = FLD_ISSET(rep->config, REP_C_BULK);
649 if (use_bulk && (ret = __rep_bulk_alloc(env, &bulk, eid,
771 if (use_bulk)
774 if (!use_bulk || ret == DB_REP_BULKOVF)
800 if (use_bulk && bulk.addr != NULL &&

Completed in 68 milliseconds