• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/

Lines Matching refs: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)
453 int handle_check, ret, t_ret, txn_local;
468 handle_check = IS_ENV_REPLICATED(env);
469 if (handle_check &&
471 handle_check = 0;
496 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
585 int handle_check, ret, t_ret;
594 handle_check = IS_ENV_REPLICATED(env);
595 if (handle_check && (ret = __db_rep_enter(dbp, 1, 0, 0)) != 0)
619 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
642 int handle_check, ignore_lease, ret, t_ret, txn_local;
660 handle_check = IS_ENV_REPLICATED(env);
661 if (handle_check &&
663 handle_check = 0;
697 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
894 int handle_check, ret, t_ret;
901 handle_check = IS_ENV_REPLICATED(env);
902 if (handle_check && (ret =
904 handle_check = 0;
912 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
978 int handle_check, ret, t_ret;
995 handle_check = IS_ENV_REPLICATED(env);
996 if (handle_check &&
998 handle_check = 0;
1046 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1071 int handle_check, nosync, remove_me, ret, t_ret, txn_local;
1075 handle_check = remove_me = txn_local = 0;
1096 handle_check = IS_ENV_REPLICATED(env);
1097 if (handle_check &&
1099 handle_check = 0;
1180 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1340 int handle_check, ignore_lease, ret, t_ret;
1358 handle_check = IS_ENV_REPLICATED(env);
1359 if (handle_check &&
1361 handle_check = 0;
1374 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1524 int handle_check, ret, txn_local, t_ret;
1538 handle_check = IS_ENV_REPLICATED(env);
1539 if (handle_check &&
1541 handle_check = 0;
1563 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1674 int handle_check, ret, t_ret;
1701 handle_check = IS_ENV_REPLICATED(env);
1702 if (handle_check && (ret = __db_rep_enter(dbp, 1, 0, 0)) != 0) {
1703 handle_check = 0;
1729 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1754 int handle_check, ret, t_ret;
1764 handle_check = IS_ENV_REPLICATED(env);
1765 if (handle_check &&
1767 handle_check = 0;
1777 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1843 int handle_check, ret, t_ret;
1860 handle_check = IS_ENV_REPLICATED(env);
1861 if (handle_check && (ret = __db_rep_enter(dbp, 1, 0, 0)) != 0) {
1862 handle_check = 0;
1869 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
1889 int handle_check, ret, t_ret;
1907 handle_check = dbc->txn == NULL && IS_ENV_REPLICATED(env);
1911 if (handle_check &&
2277 int handle_check, ret, t_ret;
2295 handle_check = IS_ENV_REPLICATED(env);
2296 if (handle_check && (t_ret = __db_rep_enter(dbp, 0, 0, 0)) != 0) {
2297 handle_check = 0;
2306 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)