Searched refs:ENV (Results 151 - 175 of 406) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_win32.c38 ENV *env;
74 * PUBLIC: int __db_win32_mutex_init __P((ENV *, db_mutex_t, u_int32_t));
78 ENV *env;
99 * PUBLIC: int __db_win32_mutex_lock __P((ENV *, db_mutex_t));
103 ENV *env;
244 * PUBLIC: int __db_win32_mutex_unlock __P((ENV *, db_mutex_t));
248 ENV *env;
306 * PUBLIC: int __db_win32_mutex_destroy __P((ENV *, db_mutex_t));
310 ENV *env;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c74 __P((ENV *, DB_TXN *, DBT *, DB_LSN *, DB_TXNHEAD *));
82 * ENV->txn_begin pre/post processing.
93 ENV *env;
142 * ENV->txn_begin.
152 * PUBLIC: int __txn_begin __P((ENV *,
157 ENV *env;
256 * PUBLIC: int __txn_xa_begin __P((ENV *, DB_TXN *));
260 ENV *env;
284 * PUBLIC: int __txn_recycle_id __P((ENV *));
288 ENV *en
[all...]
H A Dtxn_autop.c15 * PUBLIC: int __txn_regop_42_print __P((ENV *, DBT *, DB_LSN *,
20 ENV *env;
61 * PUBLIC: int __txn_regop_print __P((ENV *, DBT *, DB_LSN *,
66 ENV *env;
108 * PUBLIC: int __txn_ckp_42_print __P((ENV *, DBT *, DB_LSN *,
113 ENV *env;
156 * PUBLIC: int __txn_ckp_print __P((ENV *, DBT *, DB_LSN *,
161 ENV *env;
205 * PUBLIC: int __txn_child_print __P((ENV *, DBT *, DB_LSN *,
210 ENV *en
[all...]
H A Dtxn_rec.c47 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
55 ENV *env;
133 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
139 ENV *env;
251 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
255 ENV *env;
283 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
287 ENV *env;
408 * PUBLIC: int __txn_restore_txn __P((ENV *, DB_LSN *, __txn_xa_regop_args *));
412 ENV *en
[all...]
H A Dtxn_util.c49 * PUBLIC: int __txn_closeevent __P((ENV *, DB_TXN *, DB *));
53 ENV *env;
76 * PUBLIC: int __txn_remevent __P((ENV *,
81 ENV *env;
121 * PUBLIC: void __txn_remrem __P((ENV *, DB_TXN *, const char *));
125 ENV *env;
151 * PUBLIC: int __txn_lockevent __P((ENV *,
156 ENV *env;
187 * PUBLIC: void __txn_remlock __P((ENV *, DB_TXN *, DB_LOCK *, DB_LOCKER *));
191 ENV *en
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_setid.c17 static int __env_fileid_reset __P((ENV *,
22 * ENV->fileid_reset pre/post processing.
33 ENV *env;
62 ENV *env;
H A Ddb_truncate.c35 ENV *env;
128 ENV *env;
199 ENV *env;
H A Ddb_stati.c42 ENV *env;
85 ENV *env;
130 ENV *env;
159 ENV *env;
232 ENV *env;
307 ENV *env;
374 ENV *env;
423 ENV *env;
H A Dcrdel_rec.c24 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
28 ENV *env;
112 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
116 ENV *env;
214 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
218 ENV *env;
258 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
262 ENV *env;
H A Ddb_autop.c14 * PUBLIC: int __db_addrem_print __P((ENV *, DBT *, DB_LSN *,
19 ENV *env;
68 * PUBLIC: int __db_big_print __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
72 ENV *env;
119 * PUBLIC: int __db_ovref_print __P((ENV *, DBT *, DB_LSN *,
124 ENV *env;
157 * PUBLIC: int __db_relink_42_print __P((ENV *, DBT *, DB_LSN *,
162 ENV *env;
201 * PUBLIC: int __db_debug_print __P((ENV *, DBT *, DB_LSN *,
206 ENV *en
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_name.c13 static int __db_tmp_open __P((ENV *, u_int32_t, char *, DB_FH **));
39 * of call, build a path based on the ENV->open rules, and return
42 * PUBLIC: int __db_appname __P((ENV *, APPNAME,
47 ENV *env;
190 ENV *env;
H A Denv_recover.c26 static int __db_log_corrupt __P((ENV *, DB_LSN *));
27 static int __env_init_rec_42 __P((ENV *));
28 static int __env_init_rec_43 __P((ENV *));
29 static int __env_init_rec_46 __P((ENV *));
30 static int __env_init_rec_47 __P((ENV *));
31 static int __log_earliest __P((ENV *, DB_LOGC *, int32_t *, DB_LSN *));
44 * PUBLIC: int __db_apprec __P((ENV *,
49 ENV *env;
689 * PUBLIC: int __log_backup __P((ENV *, DB_LOGC *, DB_LSN *,
694 ENV *en
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_autop.c16 * PUBLIC: int __ham_insdel_print __P((ENV *, DBT *, DB_LSN *,
21 ENV *env;
69 * PUBLIC: int __ham_newpage_print __P((ENV *, DBT *, DB_LSN *,
74 ENV *env;
113 * PUBLIC: int __ham_splitdata_print __P((ENV *, DBT *, DB_LSN *,
118 ENV *env;
159 * PUBLIC: int __ham_replace_print __P((ENV *, DBT *, DB_LSN *,
164 ENV *env;
213 * PUBLIC: int __ham_copypage_print __P((ENV *, DBT *, DB_LSN *,
218 ENV *en
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfileops_autop.c14 * PUBLIC: int __fop_create_print __P((ENV *, DBT *, DB_LSN *,
19 ENV *env;
56 * PUBLIC: int __fop_remove_print __P((ENV *, DBT *, DB_LSN *,
61 ENV *env;
103 * PUBLIC: int __fop_write_print __P((ENV *, DBT *, DB_LSN *,
108 ENV *env;
154 * PUBLIC: int __fop_rename_print __P((ENV *, DBT *, DB_LSN *,
159 ENV *env;
207 * PUBLIC: int __fop_file_remove_print __P((ENV *, DBT *, DB_LSN *,
212 ENV *en
[all...]
H A Dfop_basic.c55 * PUBLIC: int __fop_create __P((ENV *,
60 ENV *env;
116 * PUBLIC: int __fop_remove __P((ENV *,
121 ENV *env;
178 * PUBLIC: int __fop_write __P((ENV *,
185 ENV *env;
254 * PUBLIC: int __fop_rename __P((ENV *, DB_TXN *, const char *,
259 ENV *env;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_autop.c16 * PUBLIC: int __qam_incfirst_print __P((ENV *, DBT *, DB_LSN *,
21 ENV *env;
52 * PUBLIC: int __qam_mvptr_print __P((ENV *, DBT *, DB_LSN *,
57 ENV *env;
94 * PUBLIC: int __qam_del_print __P((ENV *, DBT *, DB_LSN *,
99 ENV *env;
133 * PUBLIC: int __qam_add_print __P((ENV *, DBT *, DB_LSN *,
138 ENV *env;
187 * PUBLIC: int __qam_delext_print __P((ENV *, DBT *, DB_LSN *,
192 ENV *en
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_backup.c21 static int __rep_check_uid __P((ENV *, u_int8_t *, u_int8_t *, u_int32_t,
23 static int __rep_filedone __P((ENV *, DB_THREAD_INFO *ip, int,
25 static int __rep_find_dbs __P((ENV *, u_int32_t, u_int8_t **, size_t *,
27 static int __rep_get_fileinfo __P((ENV *, const char *,
29 static int __rep_get_file_list __P((ENV *,
31 static int __rep_log_setup __P((ENV *,
33 static int __rep_mpf_open __P((ENV *, DB_MPOOLFILE **,
35 static int __rep_nextfile __P((ENV *, int, REP *));
36 static int __rep_page_gap __P((ENV *,
38 static int __rep_page_sendpages __P((ENV *, DB_THREAD_INF
[all...]
H A Drep_util.c41 static int __rep_lockout_int __P((ENV *, REP *, u_int32_t *, u_int32_t,
43 static int __rep_newmaster_empty __P((ENV *, int));
45 static void __rep_print_logmsg __P((ENV *, const DBT *, DB_LSN *));
55 * PUBLIC: int __rep_bulk_message __P((ENV *, REP_BULK *, REP_THROTTLE *,
60 ENV *env;
206 * PUBLIC: int __rep_send_bulk __P((ENV *, REP_BULK *, u_int32_t));
210 ENV *env;
260 * PUBLIC: int __rep_bulk_alloc __P((ENV *, REP_BULK *, int, uintptr_t *,
265 ENV *env;
289 * PUBLIC: int __rep_bulk_free __P((ENV *, REP_BUL
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dzerofill.c26 * PUBLIC: int __db_zero_fill __P((ENV *, DB_FH *));
30 ENV *env;
100 * PUBLIC: int __db_zero_extend __P((ENV *,
105 ENV *env;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg.c17 static int __dbreg_push_id __P((ENV *, int32_t));
18 static int __dbreg_pop_id __P((ENV *, int32_t *));
19 static int __dbreg_pluck_id __P((ENV *, int32_t));
95 ENV *env;
197 * PUBLIC: int __dbreg_teardown_int __P((ENV *, FNAME *));
201 ENV *env;
241 ENV *env;
279 ENV *env;
358 ENV *env;
453 ENV *en
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_addrinfo.c24 * PUBLIC: int __os_getaddrinfo __P((ENV *, const char *, u_int,
30 ENV *env;
150 * PUBLIC: void __os_freeaddrinfo __P((ENV *, ADDRINFO *));
155 ENV *env;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_handle.c19 ENV *env;
41 * Lock the ENV handle and insert the new file handle on the list.
108 ENV *env;
124 * Lock the ENV handle and remove this file
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A Dnetware.pl28 $import_path = $ENV{"IMPORTS"} || die ("IMPORTS environment variable not set\n");
34 $prelude = $ENV{"PRELUDE"} || die ("PRELUDE environment variable not set\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c17 static int __log_encrypt_record __P((ENV *, DBT *, HDR *, u_int32_t));
18 static int __log_file __P((ENV *, const DB_LSN *, char *, size_t));
20 static int __log_flush_commit __P((ENV *, const DB_LSN *, u_int32_t));
22 static int __log_put_next __P((ENV *,
30 * ENV->log_put pre/post processing.
42 ENV *env;
75 * ENV->log_put.
77 * PUBLIC: int __log_put __P((ENV *, DB_LSN *, const DBT *, u_int32_t));
81 ENV *env;
343 * PUBLIC: __P((ENV *, DB_LS
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_conv.c72 * PUBLIC: int __bam_mswap __P((ENV *, PAGE *));
76 ENV *env;

Completed in 204 milliseconds

1234567891011>>