• 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/cxx/

Lines Matching refs:to

58 	 * is a race condition where two servers could be racing to
59 * register with the portmapper. The goal of this check is to
131 * It would be bad to timeout environments sooner than txns.
141 * If a client crashes during an RPC, our reply to it
152 * Now that we are ready to start, run recovery on all the
162 printf("%s: Ready to receive requests\n", prog);
198 u_int32_t to)
200 if (to > (u_int32_t)__dbsrv_maxto)
202 else if (to <= 0)
205 ctp->ct_timeout = to;
213 long to;
221 * than now, no work to do.
228 * Do this before timing out envs to properly release resources.
232 * We do not need to verify txn and cursor relationships at this
243 to = *(ctp->ct_activep) + ctp->ct_timeout;
245 if (to < t) {
257 } else if ((to_hint > 0 && to_hint > to) ||
259 to_hint = to;
263 to = *(ctp->ct_activep) + ctp->ct_timeout;
265 if (to < t) {
274 } else if ((to_hint > 0 && to_hint > to) ||
276 to_hint = to;
290 to = *(ctp->ct_activep) + ctp->ct_idle;
292 if (to < t || force) {
307 * RECURSIVE FUNCTION. We need to clear/free any number of levels of nested
323 * Need to do this here because le_next may
325 * don't want to point to a removed entry.
479 * If we get here, then we match. The only thing left to
547 * If this cursor is a join cursor then we need to fix up the
585 * If we are timing out, we need to force the close, no matter
595 * If we're timing out an env, we want to close all of its
597 * must have been timed out prior to timing out the env.
639 * This loop is to remove any trailing path separators,
640 * to assure hp->name points to the last component.
676 * We add the passwd to the last given home dir. If there
685 * to malloc new space, just point to it.
727 * have to do to run recovery.