Searched refs:__P (Results 376 - 393 of 393) sorted by relevance

<<111213141516

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h629 __P((DBT *, u_int32_t, void *, u_int32_t, u_int32_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h626 __P((DBT *, u_int32_t, void *, u_int32_t, u_int32_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h626 __P((DBT *, u_int32_t, void *, u_int32_t, u_int32_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_util.c19 static int __dbreg_check_master __P((ENV *, u_int8_t *, char *));
25 * PUBLIC: int __dbreg_add_dbentry __P((ENV *, DB_LOG *, DB *, int32_t));
72 * PUBLIC: int __dbreg_rem_dbentry __P((DB_LOG *, int32_t));
93 * PUBLIC: int __dbreg_log_files __P((ENV *, u_int32_t));
158 * PUBLIC: int __dbreg_close_files __P((ENV *, int));
227 * PUBLIC: int __dbreg_close_file __P((ENV *, FNAME *));
253 * PUBLIC: int __dbreg_mark_restored __P((ENV *));
285 * PUBLIC: int __dbreg_invalidate_files __P((ENV *, int));
332 * PUBLIC: int __dbreg_id_to_db __P((ENV *, DB_TXN *, DB **, int32_t, int));
451 * PUBLIC: int __dbreg_id_to_fname __P((DB_LO
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_open.c56 static db_pgno_t __ham_init_meta __P((DB *, HMETA *, db_pgno_t, DB_LSN *));
61 * PUBLIC: int __ham_open __P((DB *, DB_THREAD_INFO *,
134 * PUBLIC: int __ham_metachk __P((DB *, const char *, HMETA *));
327 * PUBLIC: int __ham_new_file __P((DB *,
443 * PUBLIC: int __ham_new_subdb __P((DB *, DB *, DB_THREAD_INFO *, DB_TXN *));
H A Dhash_page.c60 __P((DBC *, db_pgno_t, db_pgno_t, u_int32_t, db_ham_mode, u_int32_t *));
62 __P((DBC *, PAGE *, const DBT *, int, int *, db_indx_t *));
64 __P((DBC *, PAGE *, const DBT *, int *, db_indx_t *));
65 static int __ham_sort_page_cursor __P((DBC *, PAGE *));
68 * PUBLIC: int __ham_item __P((DBC *, db_lockmode_t, db_pgno_t *));
141 * PUBLIC: int __ham_item_reset __P((DBC *));
168 * PUBLIC: int __ham_item_init __P((DBC *));
212 * PUBLIC: int __ham_item_last __P((DBC *, db_lockmode_t, db_pgno_t *));
234 * PUBLIC: int __ham_item_first __P((DBC *, db_lockmode_t, db_pgno_t *));
260 * PUBLIC: int __ham_item_prev __P((DB
[all...]
H A Dhash_rec.c53 static int __ham_alloc_pages __P((DBC *, __ham_groupalloc_args *, DB_LSN *));
55 __P((DBC *, __ham_groupalloc_42_args *, DB_LSN *));
61 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
172 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
312 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
412 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
517 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
622 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
819 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
994 * PUBLIC: __P((EN
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_mvcc.c16 static int __pgno_cmp __P((const void *, const void *));
22 * PUBLIC: u_int32_t __memp_bh_priority __P((BH *));
46 * PUBLIC: int __memp_bh_settxn __P((DB_MPOOL *, MPOOLFILE *mfp, BH *, void *));
82 * PUBLIC: int __memp_skip_curadj __P((DBC *, db_pgno_t));
144 * PUBLIC: int __memp_bh_freeze __P((DB_MPOOL *, REGINFO *, DB_MPOOL_HASH *,
381 * PUBLIC: int __memp_bh_thaw __P((DB_MPOOL *, REGINFO *,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_log.c14 static int __rep_chk_newfile __P((ENV *, DB_LOGC *, REP *,
21 * PUBLIC: int __rep_allreq __P((ENV *, __rep_control_args *, int));
212 * PUBLIC: int __rep_log __P((ENV *, DB_THREAD_INFO *,
320 * PUBLIC: int __rep_bulk_log __P((ENV *, DB_THREAD_INFO *,
362 * PUBLIC: int __rep_logreq __P((ENV *, __rep_control_args *, DBT *, int));
562 * PUBLIC: int __rep_loggap_req __P((ENV *, REP *, DB_LSN *, u_int32_t));
672 * PUBLIC: int __rep_logready __P((ENV *, REP *, time_t, DB_LSN *));
H A Drep_verify.c17 static int __rep_dorecovery __P((ENV *, DB_LSN *, DB_LSN *));
23 * PUBLIC: int __rep_verify __P((ENV *, __rep_control_args *, DBT *,
128 * PUBLIC: int __rep_verify_fail __P((ENV *, __rep_control_args *, int));
264 * PUBLIC: int __rep_verify_req __P((ENV *, __rep_control_args *, int));
444 * PUBLIC: int __rep_verify_match __P((ENV *, DB_LSN *, time_t));
608 * PUBLIC: int __rep_log_backup __P((ENV *, REP *, DB_LOGC *, DB_LSN *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_log.c19 static int tcl_LogcGet __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB_LOGC *));
24 * PUBLIC: int tcl_LogArchive __P((Tcl_Interp *, int,
95 * PUBLIC: int tcl_LogCompare __P((Tcl_Interp *, int,
134 * PUBLIC: int tcl_LogFile __P((Tcl_Interp *, int,
193 * PUBLIC: int tcl_LogFlush __P((Tcl_Interp *, int,
232 * PUBLIC: int tcl_LogGet __P((Tcl_Interp *, int,
254 * PUBLIC: int tcl_LogPut __P((Tcl_Interp *, int,
336 * PUBLIC: int tcl_LogStat __P((Tcl_Interp *, int,
409 * PUBLIC: int logc_Cmd __P((ClientData, Tcl_Interp *, int, Tcl_Obj * CONST*));
652 * PUBLIC: __P((Tcl_Inter
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dcommon.c91 static int in6_matchflags __P((struct sockaddr *, char *, int));
92 ssize_t gethwid __P((char *, int, const char *, u_int16_t *));
93 static int get_assigned_ipv6addrs __P((char *, char *,
H A Dserver6_parse.y73 extern int sfyylex __P((void));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_rec.c17 static int __db_pg_free_recover_int __P((ENV *, DB_THREAD_INFO *,
19 static int __db_pg_free_recover_42_int __P((ENV *, DB_THREAD_INFO *,
25 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
98 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
239 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
295 * PUBLIC: int __db_debug_recover __P((ENV *,
325 * PUBLIC: int __db_noop_recover __P((ENV *,
376 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
788 * PUBLIC: __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
822 * PUBLIC: __P((EN
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i50 int (*callback) __P((void *, const void *));
514 extern int __db_verify_internal __P((DB *, const char *, const
H A Ddb_java_wrap.c2454 int (*callback) __P((void *, const void *));
2737 extern int __db_verify_internal __P((DB *, const char *, const
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c12 static int __dbcl_dbp_illegal __P((DB *));
13 static int __dbcl_noserver __P((DB_ENV *));
14 static int __dbcl_txn_illegal __P((DB_TXN *));
29 * PUBLIC: int __dbcl_dbenv_illegal __P((DB_ENV *));
63 * PUBLIC: int __dbcl_env_create __P((DB_ENV *, long));
97 * PUBLIC: int __dbcl_env_cdsgroup_begin __P((DB_ENV *, DB_TXN **));
131 * PUBLIC: int __dbcl_env_close __P((DB_ENV *, u_int32_t));
166 * PUBLIC: int __dbcl_env_dbremove __P((DB_ENV *, DB_TXN *, const char *,
217 * PUBLIC: int __dbcl_env_dbrename __P((DB_ENV *, DB_TXN *, const char *,
273 * PUBLIC: int __dbcl_env_get_cachesize __P((DB_EN
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs176 void *(*db_malloc) __P((size_t));
178 __P((DB_callback const DBT *, const DBT *));
183 __P((DB_callback const DBT *, const DBT *));
185 __P((DB_callback const DBT *, const DBT *));
190 __P((DB_callback const void *, u_int32_t));

Completed in 216 milliseconds

<<111213141516