Searched refs:handle_check (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_iface.c80 int handle_check, ret, t_ret, txn_local; 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; local
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
453 int handle_check, ret, t_ret, txn_local; local
585 int handle_check, ret, t_ret; local
642 int handle_check, ignore_lease, ret, t_ret, txn_local; local
894 int handle_check, ret, t_ret; local
978 int handle_check, ret, t_ret; local
1071 int handle_check, nosync, remove_me, ret, t_ret, txn_local; local
1340 int handle_check, ignore_lease, ret, t_ret; local
1524 int handle_check, ret, txn_local, t_ret; local
1674 int handle_check, ret, t_ret; local
1754 int handle_check, ret, t_ret; local
1843 int handle_check, ret, t_ret; local
1889 int handle_check, ret, t_ret; local
2277 int handle_check, ret, t_ret; local
[all...]
H A Ddb_truncate.c36 int handle_check, ret, t_ret, txn_local; local
39 handle_check = txn_local = 0;
68 handle_check = IS_ENV_REPLICATED(env);
69 if (handle_check &&
71 handle_check = 0;
105 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
H A Ddb_rename.c42 int handle_check, ret, t_ret, txn_local; local
60 handle_check = IS_ENV_REPLICATED(env);
61 if (handle_check && (ret = __env_rep_enter(env, 1)) != 0) {
62 handle_check = 0;
130 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
152 int handle_check, ret, t_ret; local
155 handle_check = 0;
180 handle_check = IS_ENV_REPLICATED(env);
181 if (handle_check && (ret = __db_rep_enter(dbp, 1, 1, 0)) != 0) {
182 handle_check
[all...]
H A Ddb_remove.c41 int handle_check, ret, t_ret, txn_local; local
59 handle_check = IS_ENV_REPLICATED(env);
60 if (handle_check && (ret = __env_rep_enter(env, 1)) != 0) {
61 handle_check = 0;
129 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
151 int handle_check, ret, t_ret; local
178 handle_check = IS_ENV_REPLICATED(env);
179 if (handle_check && (ret = __db_rep_enter(dbp, 1, 1, 0)) != 0) {
180 handle_check = 0;
187 if (handle_check
[all...]
H A Ddb_stati.c43 int handle_check, ret, t_ret; local
55 handle_check = IS_ENV_REPLICATED(env);
56 if (handle_check && (ret = __db_rep_enter(dbp, 1, 0, 0)) != 0) {
57 handle_check = 0;
64 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
160 int handle_check, ret, t_ret; local
177 handle_check = IS_ENV_REPLICATED(env);
178 if (handle_check && (ret = __db_rep_enter(dbp, 1, 0, 0)) != 0) {
179 handle_check = 0;
186 if (handle_check
[all...]
H A Ddb_join.c248 int handle_check, ret, t_ret; local
255 handle_check = IS_ENV_REPLICATED(env);
256 if (handle_check &&
258 handle_check = 0;
264 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
308 u_int32_t handle_check, save_flags; local
350 handle_check = IS_ENV_REPLICATED(env);
351 if (handle_check &&
353 handle_check = 0;
362 if (handle_check
[all...]
H A Ddb_pr.c1015 int handle_check, ret, t_ret; local
1024 handle_check = IS_ENV_REPLICATED(env);
1025 if (handle_check && (ret = __db_rep_enter(dbp, 1, 0, 1)) != 0) {
1026 handle_check = 0;
1033 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
/macosx-10.10.1/BerkeleyDB-21/db/sequence/
H A Dseq_stat.c39 int handle_check, ret, t_ret; local
58 handle_check = IS_ENV_REPLICATED(env);
59 if (handle_check && (ret = __db_rep_enter(dbp, 1, 0, 0)) != 0) {
60 handle_check = 0;
107 err: if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
127 int handle_check, ret, t_ret; local
137 handle_check = IS_ENV_REPLICATED(env);
138 if (handle_check && (ret = __db_rep_enter(dbp, 1, 0, 0)) != 0) {
139 handle_check = 0;
151 err: if (handle_check
[all...]
H A Dsequence.c157 int handle_check, txn_local, ret, t_ret; local
170 handle_check = IS_ENV_REPLICATED(env);
171 if (handle_check &&
173 handle_check = 0;
363 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
680 int handle_check, ret, t_ret; local
704 handle_check = IS_ENV_REPLICATED(env);
705 if (handle_check && (ret = __db_rep_enter(dbp, 1, 0, txn != NULL)) != 0)
737 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
828 int handle_check, re local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/lock/
H A Dlock_id.c144 int handle_check, ret, t_ret; local
154 handle_check = IS_ENV_REPLICATED(env);
155 if (handle_check && (ret = __env_rep_enter(env, 0)) != 0) {
156 handle_check = 0;
175 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)

Completed in 152 milliseconds