Searched refs:ENV (Results 76 - 100 of 406) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_fsync.c19 ENV *env;
H A Dos_mkdir.c19 ENV *env;
H A Dos_stat.c19 ENV *env;
57 ENV *env;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_elect.c14 static int __repmgr_is_ready __P((ENV *));
15 static int __repmgr_elect_main __P((ENV *));
17 static int start_election_thread __P((ENV *));
24 * PUBLIC: int __repmgr_init_election __P((ENV *, int));
31 ENV *env;
71 ENV *env;
97 ENV *env = args;
113 ENV *env;
358 ENV *env;
372 * PUBLIC: int __repmgr_become_master __P((ENV *));
[all...]
H A Drepmgr_sel.c14 typedef int (*HEARTBEAT_ACTION) __P((ENV *));
16 static int accept_handshake __P((ENV *, REPMGR_CONNECTION *, char *));
17 static int accept_v1_handshake __P((ENV *, REPMGR_CONNECTION *, char *));
18 static int __repmgr_call_election __P((ENV *));
19 static int __repmgr_connect __P((ENV*, socket_t *, REPMGR_SITE *));
20 static int dispatch_msgin __P((ENV *, REPMGR_CONNECTION *));
21 static int find_version_info __P((ENV *, REPMGR_CONNECTION *, DBT *));
22 static int __repmgr_next_timeout __P((ENV *,
24 static int dispatch_phase_completion __P((ENV *, REPMGR_CONNECTION *));
25 static REPMGR_CONNECTION *__repmgr_master_connection __P((ENV *));
[all...]
H A Drepmgr_method.c14 static int __repmgr_await_threads __P((ENV *));
27 ENV *env;
131 * PUBLIC: int __repmgr_close __P((ENV *));
135 ENV *env;
169 ENV *env;
197 ENV *env;
205 * PUBLIC: int __repmgr_env_create __P((ENV *, DB_REP *));
209 ENV *env;
234 * PUBLIC: void __repmgr_env_destroy __P((ENV *, DB_REP *));
238 ENV *en
[all...]
H A Drepmgr_posix.c24 static int __repmgr_conn_work __P((ENV *,
26 static int finish_connecting __P((ENV *, REPMGR_CONNECTION *));
32 * PUBLIC: int __repmgr_thread_start __P((ENV *, REPMGR_RUNNABLE *));
36 ENV *env;
107 * PUBLIC: int __repmgr_wake_waiting_senders __P((ENV *));
117 ENV *env;
123 * PUBLIC: int __repmgr_await_ack __P((ENV *, const DB_LSN *));
133 ENV *env;
167 * PUBLIC: void __repmgr_compute_wait_deadline __P((ENV*,
172 ENV *en
[all...]
H A Drepmgr_windows.c42 static int allocate_wait_slot __P((ENV *, ACK_WAITER **));
43 static void free_wait_slot __P((ENV *, ACK_WAITER *));
44 static int handle_completion __P((ENV *, REPMGR_CONNECTION *));
45 static int finish_connecting __P((ENV *, REPMGR_CONNECTION *,
50 ENV *env;
96 ENV *env;
121 ENV *env;
157 ENV *env;
203 ENV *env;
218 ENV *en
[all...]
H A Drepmgr_net.c61 static int __repmgr_close_connection __P((ENV *, REPMGR_CONNECTION *));
62 static int __repmgr_destroy_connection __P((ENV *, REPMGR_CONNECTION *));
66 __P((ENV *, REPMGR_CONNECTION *, struct sending_msg *, int));
68 __P((ENV *, REPMGR_CONNECTION *, struct sending_msg *, size_t));
69 static int flatten __P((ENV *, struct sending_msg *));
70 static REPMGR_SITE *__repmgr_available_site __P((ENV *, int));
88 ENV *env;
226 ENV *env;
250 * PUBLIC: int __repmgr_send_broadcast __P((ENV *, u_int,
255 ENV *en
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A DCA.pl.in40 if(defined $ENV{OPENSSL}) {
41 $openssl = $ENV{OPENSSL};
44 $ENV{OPENSSL} = $openssl;
47 $SSLEAY_CONFIG=$ENV{"SSLEAY_CONFIG"};
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_stat.c20 static int __env_print_all __P((ENV *, u_int32_t));
21 static int __env_print_dbenv_all __P((ENV *, u_int32_t));
22 static int __env_print_env_all __P((ENV *, u_int32_t));
23 static int __env_print_fh __P((ENV *));
24 static int __env_print_stats __P((ENV *, u_int32_t));
25 static int __env_print_thread __P((ENV *));
26 static int __env_stat_print __P((ENV *, u_int32_t));
33 * ENV->stat_print pre/post processor.
43 ENV *env;
62 * ENV
[all...]
H A Denv_file.c17 * PUBLIC: int __db_file_extend __P((ENV *, DB_FH *, size_t));
21 ENV *env;
59 * PUBLIC: int __db_file_multi_write __P((ENV *, const char *));
63 ENV *env;
99 * PUBLIC: int __db_file_write __P((ENV *,
104 ENV *env;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_stat.c17 static int __mutex_print_all __P((ENV *, u_int32_t));
19 static int __mutex_print_stats __P((ENV *, u_int32_t));
20 static void __mutex_print_summary __P((ENV *));
21 static int __mutex_stat __P((ENV *, DB_MUTEX_STAT **, u_int32_t));
25 * ENV->mutex_stat pre/post processing.
36 ENV *env;
53 * ENV->mutex_stat.
57 ENV *env;
94 * ENV->mutex_stat_print pre/post processing.
104 ENV *en
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_region.c16 static int __rep_egen_init __P((ENV *, REP *));
17 static int __rep_gen_init __P((ENV *, REP *));
23 * PUBLIC: int __rep_open __P((ENV *));
27 ENV *env;
119 * Replication-specific refresh of the ENV structure.
121 * PUBLIC: int __rep_env_refresh __P((ENV *));
125 ENV *env;
181 * PUBLIC: int __rep_env_close __P((ENV *));
185 ENV *env;
200 * PUBLIC: int __rep_preclose __P((ENV *));
[all...]
H A Drep_auto.c13 * PUBLIC: int __rep_bulk_marshal __P((ENV *, __rep_bulk_args *,
18 ENV *env;
44 * PUBLIC: int __rep_bulk_unmarshal __P((ENV *, __rep_bulk_args *,
49 ENV *env;
81 * PUBLIC: int __rep_control_marshal __P((ENV *, __rep_control_args *,
86 ENV *env;
112 * PUBLIC: int __rep_control_unmarshal __P((ENV *,
117 ENV *env;
146 * PUBLIC: int __rep_egen_marshal __P((ENV *, __rep_egen_args *,
151 ENV *en
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddbt.c17 * PUBLIC: int __dbt_usercopy __P((ENV *, DBT *));
21 ENV *env;
52 * PUBLIC: void __dbt_userfree __P((ENV *, DBT *, DBT *, DBT *));
56 ENV *env;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_dir.c19 ENV *env;
77 ENV *env;
H A Dos_handle.c19 ENV *env;
86 ENV *env;
H A Dos_stat.c19 ENV *env;
59 ENV *env;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.pl.in40 if(defined $ENV{OPENSSL}) {
41 $openssl = $ENV{OPENSSL};
44 $ENV{OPENSSL} = $openssl;
47 $SSLEAY_CONFIG=$ENV{"SSLEAY_CONFIG"};
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/tools/
H A Dzc.pl39 my $login_pass = $opt_l || $ENV{ZEBRA_PASSWORD} || 'zebra';
40 my $enable_pass = $opt_e || $ENV{ZEBRA_ENABLE} || '';
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_map.c25 static int __os_map __P((ENV *, char *, DB_FH *, size_t, int, int, void **));
28 static int __shm_mode __P((ENV *));
30 static int __no_system_mem __P((ENV *));
37 * PUBLIC: int __os_attach __P((ENV *, REGINFO *, REGION *));
41 ENV *env;
243 * PUBLIC: int __os_detach __P((ENV *, REGINFO *, int));
247 ENV *env;
326 * PUBLIC: int __os_mapfile __P((ENV *, char *, DB_FH *, size_t, int, void **));
330 ENV *env;
369 * PUBLIC: int __os_unmapfile __P((ENV *, voi
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dclient.c27 static int __dbcl_txn_close __P((ENV *));
45 ENV *env;
126 ENV *env;
176 ENV *env;
225 * PUBLIC: int __dbcl_retcopy __P((ENV *, DBT *,
230 ENV *env;
263 ENV *env;
299 ENV *env;
328 * PUBLIC: void __dbcl_txn_setup __P((ENV *, DB_TXN *, DB_TXN *, u_int32_t));
332 ENV *en
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A DVC-32.pl41 die '%OSVERSION% is not defined' if (!defined($ENV{'OSVERSION'}));
42 die '%PLATFORM% is not defined' if (!defined($ENV{'PLATFORM'}));
43 die '%TARGETCPU% is not defined' if (!defined($ENV{'TARGETCPU'}));
48 $wcevers = $ENV{'OSVERSION'}; # WCENNN
53 $wceplatf = $ENV{'PLATFORM'};
57 $wcetgt = $ENV{'TARGETCPU'}; # just shorter name...
133 $ex_libs.=' /nodefaultlib:oldnames.lib coredll.lib corelibc.lib' if ($ENV{'TARGETCPU'} eq "X86");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_stat.c17 static int __log_print_all __P((ENV *, u_int32_t));
18 static int __log_print_stats __P((ENV *, u_int32_t));
19 static int __log_stat __P((ENV *, DB_LOG_STAT **, u_int32_t));
34 ENV *env;
58 ENV *env;
116 ENV *env;
138 * PUBLIC: int __log_stat_print __P((ENV *, u_int32_t));
142 ENV *env;
169 ENV *env;
232 ENV *en
[all...]

Completed in 136 milliseconds

1234567891011>>