Searched refs:t_ret (Results 1 - 25 of 363) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os/
H A Dos_unlink.c26 int ret, t_ret; local
71 t_ret = __os_posix_err(ret);
72 if (t_ret != ENOENT)
74 ret = t_ret;
H A Dos_flock.c29 int ret, t_ret; local
51 if ((t_ret = __os_posix_err(ret)) != EACCES && t_ret != EAGAIN)
53 return (t_ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os/
H A Dos_unlink.c26 int ret, t_ret; local
71 t_ret = __os_posix_err(ret);
72 if (t_ret != ENOENT)
74 ret = t_ret;
H A Dos_flock.c29 int ret, t_ret; local
51 if ((t_ret = __os_posix_err(ret)) != EACCES && t_ret != EAGAIN)
53 return (t_ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os/
H A Dos_unlink.c26 int ret, t_ret; local
71 t_ret = __os_posix_err(ret);
72 if (t_ret != ENOENT)
74 ret = t_ret;
H A Dos_flock.c29 int ret, t_ret; local
51 if ((t_ret = __os_posix_err(ret)) != EACCES && t_ret != EAGAIN)
53 return (t_ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/env/
H A Denv_open.c196 int register_recovery, ret, t_ret; local
277 if (ret == 0 && (t_ret = __envreg_xunlock(env)) != 0)
278 ret = t_ret;
299 int ret, t_ret; local
323 if ((t_ret = __env_close(dbenv, 0)) != 0 && ret == 0)
324 ret = t_ret;
403 int rep_check, ret, t_ret; local
414 (t_ret = __db_ferr(env, "DB_ENV->close", 0)) != 0 && ret == 0)
415 ret = t_ret;
458 if ((t_ret
484 int ret, t_ret; local
569 int ret, t_ret; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/env/
H A Denv_open.c196 int register_recovery, ret, t_ret; local
277 if (ret == 0 && (t_ret = __envreg_xunlock(env)) != 0)
278 ret = t_ret;
299 int ret, t_ret; local
323 if ((t_ret = __env_close(dbenv, 0)) != 0 && ret == 0)
324 ret = t_ret;
403 int rep_check, ret, t_ret; local
414 (t_ret = __db_ferr(env, "DB_ENV->close", 0)) != 0 && ret == 0)
415 ret = t_ret;
458 if ((t_ret
484 int ret, t_ret; local
569 int ret, t_ret; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/env/
H A Denv_open.c196 int register_recovery, ret, t_ret; local
277 if (ret == 0 && (t_ret = __envreg_xunlock(env)) != 0)
278 ret = t_ret;
299 int ret, t_ret; local
323 if ((t_ret = __env_close(dbenv, 0)) != 0 && ret == 0)
324 ret = t_ret;
403 int rep_check, ret, t_ret; local
414 (t_ret = __db_ferr(env, "DB_ENV->close", 0)) != 0 && ret == 0)
415 ret = t_ret;
458 if ((t_ret
484 int ret, t_ret; local
569 int ret, t_ret; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/btree/
H A Dbt_reclaim.c30 int ret, t_ret; local
48 if ((t_ret = __TLPUT(dbc, meta_lock)) != 0 && ret == 0)
49 ret = t_ret;
52 err: if ((t_ret = __dbc_close(dbc)) != 0 && ret == 0)
53 ret = t_ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/btree/
H A Dbt_reclaim.c30 int ret, t_ret; local
48 if ((t_ret = __TLPUT(dbc, meta_lock)) != 0 && ret == 0)
49 ret = t_ret;
52 err: if ((t_ret = __dbc_close(dbc)) != 0 && ret == 0)
53 ret = t_ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/btree/
H A Dbt_reclaim.c30 int ret, t_ret; local
48 if ((t_ret = __TLPUT(dbc, meta_lock)) != 0 && ret == 0)
49 ret = t_ret;
52 err: if ((t_ret = __dbc_close(dbc)) != 0 && ret == 0)
53 ret = t_ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db/
H A Ddb.c166 int modify, ret, t_ret; local
363 if (p != NULL && (t_ret = __memp_fput(mdbp->mpf,
365 ret = t_ret;
370 if (dbc != NULL && (t_ret = __dbc_close(dbc)) != 0 && ret == 0)
371 ret = t_ret;
372 if (ndbc != NULL && (t_ret = __dbc_close(ndbc)) != 0 && ret == 0)
373 ret = t_ret;
679 int db_ref, deferred_close, ret, t_ret; local
719 (t_ret = __env_close(env->dbenv, 0)) != 0 && ret == 0)
720 ret = t_ret;
755 int resync, ret, t_ret; local
1148 int ret, t_ret; local
[all...]
H A Ddb_vrfy.c100 int ret, t_ret; local
116 if ((t_ret = __db_close(dbp, NULL, 0)) != 0 && ret == 0)
117 ret = t_ret;
207 int has_subdbs, isbad, ret, t_ret; local
214 has_subdbs = isbad = ret = t_ret = 0;
359 if ((t_ret = __db_vrfy_structure(dbp,
361 if (t_ret == DB_VERIFY_BAD)
381 if (t_ret == 0 && dbp->p_internal != NULL)
382 t_ret = __part_verify(dbp, vdp, name, handle, callback, flags);
386 ret = t_ret;
659 int ret, t_ret, isbad; local
1065 int ret, t_ret; local
1150 int ret, t_ret; local
1194 int isbad, ret, t_ret; local
1329 int isbad, ret, t_ret; local
1474 int p, ret, t_ret; local
1545 int ret, t_ret, isbad; local
1675 int t_ret, ret; local
1851 int keyflag, ret, t_ret; local
2027 int ret, t_ret; local
2374 int ret, t_ret; local
2439 int ret, t_ret; local
2552 int ret, err_ret, t_ret; local
2723 int err_ret, ret, t_ret; local
2820 int ret, t_ret; local
[all...]
H A Ddb_rename.c42 int handle_check, ret, t_ret, txn_local; local
107 err: if (txn_local && (t_ret =
109 ret = t_ret;
121 (t_ret = __db_close(dbp, NULL, DB_NOSYNC)) != 0 && ret == 0)
122 ret = t_ret;
124 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
125 ret = t_ret;
146 int handle_check, ret, t_ret; local
183 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
184 ret = t_ret;
201 int ret, t_ret; local
317 int ret, t_ret; local
[all...]
H A Ddb_truncate.c37 int handle_check, ret, t_ret, txn_local; local
102 (t_ret = __db_txn_auto_resolve(env, txn, 0, ret)) && ret == 0)
103 ret = t_ret;
106 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
107 ret = t_ret;
131 int ret, t_ret; local
184 if (dbc != NULL && (t_ret = __dbc_close(dbc)) != 0 && ret == 0)
185 ret = t_ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db/
H A Ddb.c166 int modify, ret, t_ret; local
363 if (p != NULL && (t_ret = __memp_fput(mdbp->mpf,
365 ret = t_ret;
370 if (dbc != NULL && (t_ret = __dbc_close(dbc)) != 0 && ret == 0)
371 ret = t_ret;
372 if (ndbc != NULL && (t_ret = __dbc_close(ndbc)) != 0 && ret == 0)
373 ret = t_ret;
679 int db_ref, deferred_close, ret, t_ret; local
719 (t_ret = __env_close(env->dbenv, 0)) != 0 && ret == 0)
720 ret = t_ret;
755 int resync, ret, t_ret; local
1148 int ret, t_ret; local
[all...]
H A Ddb_vrfy.c100 int ret, t_ret; local
116 if ((t_ret = __db_close(dbp, NULL, 0)) != 0 && ret == 0)
117 ret = t_ret;
207 int has_subdbs, isbad, ret, t_ret; local
214 has_subdbs = isbad = ret = t_ret = 0;
359 if ((t_ret = __db_vrfy_structure(dbp,
361 if (t_ret == DB_VERIFY_BAD)
381 if (t_ret == 0 && dbp->p_internal != NULL)
382 t_ret = __part_verify(dbp, vdp, name, handle, callback, flags);
386 ret = t_ret;
659 int ret, t_ret, isbad; local
1065 int ret, t_ret; local
1150 int ret, t_ret; local
1194 int isbad, ret, t_ret; local
1329 int isbad, ret, t_ret; local
1474 int p, ret, t_ret; local
1545 int ret, t_ret, isbad; local
1675 int t_ret, ret; local
1851 int keyflag, ret, t_ret; local
2027 int ret, t_ret; local
2374 int ret, t_ret; local
2439 int ret, t_ret; local
2552 int ret, err_ret, t_ret; local
2723 int err_ret, ret, t_ret; local
2820 int ret, t_ret; local
[all...]
H A Ddb_rename.c42 int handle_check, ret, t_ret, txn_local; local
107 err: if (txn_local && (t_ret =
109 ret = t_ret;
121 (t_ret = __db_close(dbp, NULL, DB_NOSYNC)) != 0 && ret == 0)
122 ret = t_ret;
124 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
125 ret = t_ret;
146 int handle_check, ret, t_ret; local
183 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
184 ret = t_ret;
201 int ret, t_ret; local
317 int ret, t_ret; local
[all...]
H A Ddb_truncate.c37 int handle_check, ret, t_ret, txn_local; local
102 (t_ret = __db_txn_auto_resolve(env, txn, 0, ret)) && ret == 0)
103 ret = t_ret;
106 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
107 ret = t_ret;
131 int ret, t_ret; local
184 if (dbc != NULL && (t_ret = __dbc_close(dbc)) != 0 && ret == 0)
185 ret = t_ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db/
H A Ddb.c166 int modify, ret, t_ret; local
363 if (p != NULL && (t_ret = __memp_fput(mdbp->mpf,
365 ret = t_ret;
370 if (dbc != NULL && (t_ret = __dbc_close(dbc)) != 0 && ret == 0)
371 ret = t_ret;
372 if (ndbc != NULL && (t_ret = __dbc_close(ndbc)) != 0 && ret == 0)
373 ret = t_ret;
679 int db_ref, deferred_close, ret, t_ret; local
719 (t_ret = __env_close(env->dbenv, 0)) != 0 && ret == 0)
720 ret = t_ret;
755 int resync, ret, t_ret; local
1148 int ret, t_ret; local
[all...]
H A Ddb_vrfy.c100 int ret, t_ret; local
116 if ((t_ret = __db_close(dbp, NULL, 0)) != 0 && ret == 0)
117 ret = t_ret;
207 int has_subdbs, isbad, ret, t_ret; local
214 has_subdbs = isbad = ret = t_ret = 0;
359 if ((t_ret = __db_vrfy_structure(dbp,
361 if (t_ret == DB_VERIFY_BAD)
381 if (t_ret == 0 && dbp->p_internal != NULL)
382 t_ret = __part_verify(dbp, vdp, name, handle, callback, flags);
386 ret = t_ret;
659 int ret, t_ret, isbad; local
1065 int ret, t_ret; local
1150 int ret, t_ret; local
1194 int isbad, ret, t_ret; local
1329 int isbad, ret, t_ret; local
1474 int p, ret, t_ret; local
1545 int ret, t_ret, isbad; local
1675 int t_ret, ret; local
1851 int keyflag, ret, t_ret; local
2027 int ret, t_ret; local
2374 int ret, t_ret; local
2439 int ret, t_ret; local
2552 int ret, err_ret, t_ret; local
2723 int err_ret, ret, t_ret; local
2820 int ret, t_ret; local
[all...]
H A Ddb_rename.c42 int handle_check, ret, t_ret, txn_local; local
107 err: if (txn_local && (t_ret =
109 ret = t_ret;
121 (t_ret = __db_close(dbp, NULL, DB_NOSYNC)) != 0 && ret == 0)
122 ret = t_ret;
124 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
125 ret = t_ret;
146 int handle_check, ret, t_ret; local
183 if (handle_check && (t_ret = __env_db_rep_exit(env)) != 0 && ret == 0)
184 ret = t_ret;
201 int ret, t_ret; local
317 int ret, t_ret; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_c/csv/
H A Ddb.c109 int ret, t_ret; local
117 if (db != NULL && (t_ret = db->close(db, 0)) != 0) {
120 ret = t_ret;
122 if ((t_ret = dbenv->close(dbenv, 0)) != 0) {
126 ret = t_ret;
219 int ret, t_ret; local
223 if (f->secondary != NULL && (t_ret =
225 ret = t_ret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_c/csv/
H A Ddb.c109 int ret, t_ret; local
117 if (db != NULL && (t_ret = db->close(db, 0)) != 0) {
120 ret = t_ret;
122 if ((t_ret = dbenv->close(dbenv, 0)) != 0) {
126 ret = t_ret;
219 int ret, t_ret; local
223 if (f->secondary != NULL && (t_ret =
225 ret = t_ret;

Completed in 232 milliseconds

1234567891011>>