• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/

Lines Matching defs:to

57 	 * is a race condition where two servers could be racing to
58 * register with the portmapper. The goal of this check is to
130 * It would be bad to timeout environments sooner than txns.
140 * If a client crashes during an RPC, our reply to it
151 * Now that we are ready to start, run recovery on all the
161 printf("%s: Ready to receive requests\n", prog);
200 __dbsrv_settimeout(ctp, to)
202 u_int32_t to;
204 if (to > (u_int32_t)__dbsrv_maxto)
206 else if (to <= 0)
209 ctp->ct_timeout = to;
221 long to;
229 * than now, no work to do.
236 * Do this before timing out envs to properly release resources.
240 * We do not need to verify txn and cursor relationships at this
251 to = *(ctp->ct_activep) + ctp->ct_timeout;
253 if (to < t) {
266 } else if ((to_hint > 0 && to_hint > to) ||
268 to_hint = to;
272 to = *(ctp->ct_activep) + ctp->ct_timeout;
274 if (to < t) {
283 } else if ((to_hint > 0 && to_hint > to) ||
285 to_hint = to;
299 to = *(ctp->ct_activep) + ctp->ct_idle;
301 if (to < t || force) {
316 * RECURSIVE FUNCTION. We need to clear/free any number of levels of nested
333 * Need to do this here because le_next may
335 * don't want to point to a removed entry.
519 * If we get here, then we match. The only thing left to
605 * If this cursor is a join cursor then we need to fix up the
648 * If we are timing out, we need to force the close, no matter
658 * If we're timing out an env, we want to close all of its
660 * must have been timed out prior to timing out the env.
702 * This loop is to remove any trailing path separators,
703 * to assure hp->name points to the last component.
742 * We add the passwd to the last given home dir. If there
751 * to malloc new space, just point to it.
802 * have to do to run recovery.