• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db/

Lines Matching defs:handle_check

80 	int handle_check, ret, t_ret, txn_local;
90 handle_check = IS_ENV_REPLICATED(env);
91 if (handle_check &&
93 handle_check = 0;
139 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
228 int handle_check, ret, t_ret;
246 handle_check = IS_ENV_REPLICATED(env);
247 if (handle_check && (t_ret = __db_rep_enter(dbp, 0, 0, 0)) != 0) {
248 handle_check = 0;
257 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
450 int handle_check, ret, t_ret, txn_local;
465 handle_check = IS_ENV_REPLICATED(env);
466 if (handle_check &&
468 handle_check = 0;
493 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
595 int handle_check, ret, t_ret;
604 handle_check = IS_ENV_REPLICATED(env);
605 if (handle_check && (ret = __db_rep_enter(dbp, 1, 0, 0)) != 0)
629 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
652 int handle_check, ignore_lease, ret, t_ret, txn_local;
670 handle_check = IS_ENV_REPLICATED(env);
671 if (handle_check &&
673 handle_check = 0;
707 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
913 int handle_check, ret, t_ret;
920 handle_check = IS_ENV_REPLICATED(env);
921 if (handle_check && (ret =
923 handle_check = 0;
931 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
997 int handle_check, ret, t_ret;
1014 handle_check = IS_ENV_REPLICATED(env);
1015 if (handle_check &&
1017 handle_check = 0;
1069 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1094 int handle_check, nosync, remove_me, ret, t_ret, txn_local;
1098 handle_check = remove_me = txn_local = 0;
1119 handle_check = IS_ENV_REPLICATED(env);
1120 if (handle_check &&
1122 handle_check = 0;
1203 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1363 int handle_check, ignore_lease, ret, t_ret;
1381 handle_check = IS_ENV_REPLICATED(env);
1382 if (handle_check &&
1384 handle_check = 0;
1397 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1547 int handle_check, ret, txn_local, t_ret;
1561 handle_check = IS_ENV_REPLICATED(env);
1562 if (handle_check &&
1564 handle_check = 0;
1586 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1728 int handle_check, ret, t_ret;
1755 handle_check = IS_ENV_REPLICATED(env);
1756 if (handle_check && (ret = __db_rep_enter(dbp, 1, 0,
1758 handle_check = 0;
1788 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1813 int handle_check, ret, t_ret;
1823 handle_check = IS_ENV_REPLICATED(env);
1824 if (handle_check &&
1826 handle_check = 0;
1836 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1904 int handle_check, ret, t_ret;
1921 handle_check = IS_ENV_REPLICATED(env);
1922 if (handle_check && (ret = __db_rep_enter(dbp, 1, 0, 0)) != 0) {
1923 handle_check = 0;
1930 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1950 int handle_check, ret, t_ret;
1968 handle_check = dbc->txn == NULL && IS_ENV_REPLICATED(env);
1972 if (handle_check &&
2384 int handle_check, ret, t_ret;
2402 handle_check = IS_ENV_REPLICATED(env);
2403 if (handle_check && (t_ret = __db_rep_enter(dbp, 0, 0, 0)) != 0) {
2404 handle_check = 0;
2413 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)