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

<<111213141516

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_conf/
H A Dbt_recnum1.cs13 int rec_display __P((DB *, db_recno_t));
14 int recno_display __P((DB *, char *));
H A Dbt_recnum2.cs13 int rec_display __P((DB *, db_recno_t));
14 int recno_display __P((DB *, char *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_verify.c18 static int __ham_dups_unsorted __P((DB *, u_int8_t *, u_int32_t));
19 static int __ham_vrfy_bucket __P((DB *, VRFY_DBINFO *, HMETA *, u_int32_t,
21 static int __ham_vrfy_item __P((DB *,
32 * PUBLIC: int __ham_vrfy_meta __P((DB *, VRFY_DBINFO *, HMETA *,
48 u_int32_t (*hfunc) __P((DB *, const void *, u_int32_t));
176 * PUBLIC: int __ham_vrfy __P((DB *, VRFY_DBINFO *, PAGE *, db_pgno_t,
388 * PUBLIC: int __ham_vrfy_structure __P((DB *, VRFY_DBINFO *, db_pgno_t,
531 u_int32_t (*hfunc) __P((DB *, const void *, u_int32_t));
720 * PUBLIC: int __ham_vrfy_hashing __P((DB *,
722 * PUBLIC: u_int32_t (*) __P((D
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_map.c14 __P((ENV *, char *, REGINFO *, DB_FH *, size_t, int, int, int, void **));
15 static int __os_unique_name __P((_TCHAR *, HANDLE, _TCHAR *, size_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_stub.c26 * PUBLIC: int __db_no_queue_am __P((ENV *));
227 int (*callback) __P((void *, const void *));
331 int (*callback) __P((void *, const void *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dseq_stat.c18 static int __seq_print_all __P((DB_SEQUENCE *, u_int32_t));
19 static int __seq_print_stats __P((DB_SEQUENCE *, u_int32_t));
25 * PUBLIC: int __seq_stat __P((DB_SEQUENCE *, DB_SEQUENCE_STAT **, u_int32_t));
117 * PUBLIC: int __seq_stat_print __P((DB_SEQUENCE *, u_int32_t));
171 * PUBLIC: const FN * __db_get_seq_flags_fn __P((void));
260 * PUBLIC: const FN * __db_get_seq_flags_fn __P((void));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_net.c26 int machtab_add __P((machtab_t *, socket_t, u_int32_t, int, int *));
28 void machtab_print __P((machtab_t *));
30 ssize_t readn __P((socket_t, void *, size_t));
85 static int quote_send_broadcast __P((machtab_t *,
87 static int quote_send_one __P((const DBT *, const DBT *, socket_t, u_int32_t));
H A Drep_msg.c19 static int connect_site __P((DB_ENV *, machtab_t *,
21 static void *elect_thread __P((void *));
22 static void *hm_loop __P((void *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_sync.c24 static int __bhcmp __P((const void *, const void *));
25 static int __memp_close_flush_files __P((ENV *, int));
26 static int __memp_sync_files __P((ENV *));
27 static int __memp_sync_file __P((ENV *,
32 * PUBLIC: int __memp_walk_files __P((ENV *, MPOOL *,
33 * PUBLIC: int (*) __P((ENV *, MPOOLFILE *, void *,
40 int (*func)__P((ENV *, MPOOLFILE *, void *, u_int32_t *, u_int32_t));
74 * PUBLIC: int __memp_sync_pp __P((DB_ENV *, DB_LSN *));
108 * PUBLIC: int __memp_sync __P((ENV *, u_int32_t, DB_LSN *));
153 * PUBLIC: int __memp_fsync_pp __P((DB_MPOOLFIL
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/modules/
H A Dppp_ahdlc.c110 static int ahdlc_wput __P((queue_t *, mblk_t *));
111 static int ahdlc_rput __P((queue_t *, mblk_t *));
112 static void ahdlc_encode __P((queue_t *, mblk_t *));
113 static void ahdlc_decode __P((queue_t *, mblk_t *));
114 static int msg_byte __P((mblk_t *, unsigned int));
H A Dppp_comp.c77 static int ppp_comp_rput __P((queue_t *, mblk_t *));
78 static int ppp_comp_rsrv __P((queue_t *));
79 static int ppp_comp_wput __P((queue_t *, mblk_t *));
80 static int ppp_comp_wsrv __P((queue_t *));
81 static void ppp_comp_ccp __P((queue_t *, mblk_t *, int));
82 static int msg_byte __P((mblk_t *, unsigned int));
121 static void ppp_comp_alloc __P((comp_state_t *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_ahdlc.c112 static int ahdlc_wput __P((queue_t *, mblk_t *));
113 static int ahdlc_rput __P((queue_t *, mblk_t *));
114 static void ahdlc_encode __P((queue_t *, mblk_t *));
115 static void ahdlc_decode __P((queue_t *, mblk_t *));
116 static int msg_byte __P((mblk_t *, unsigned int));
H A Dppp_comp.c77 static int ppp_comp_rput __P((queue_t *, mblk_t *));
78 static int ppp_comp_rsrv __P((queue_t *));
79 static int ppp_comp_wput __P((queue_t *, mblk_t *));
80 static int ppp_comp_wsrv __P((queue_t *));
81 static void ppp_comp_ccp __P((queue_t *, mblk_t *, int));
82 static int msg_byte __P((mblk_t *, unsigned int));
121 static void ppp_comp_alloc __P((comp_state_t *));
/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((EN
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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 *));
34 static double __lsn_diff __P((DB_LSN *, DB_LSN *, DB_LSN *, u_int32_t, int));
44 * PUBLIC: int __db_apprec __P((ENV *,
689 * PUBLIC: int __log_backup __P((ENV *, DB_LOGC *, DB_LSN *,
827 * PUBLIC: int __env_openfiles __P((EN
[all...]
H A Denv_name.c13 static int __db_tmp_open __P((ENV *, u_int32_t, char *, DB_FH **));
42 * PUBLIC: int __db_appname __P((ENV *, APPNAME,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_net.c61 static int __repmgr_close_connection __P((ENV *, REPMGR_CONNECTION *));
62 static int __repmgr_destroy_connection __P((ENV *, REPMGR_CONNECTION *));
64 __P((struct sending_msg *, u_int, const DBT *, const DBT *));
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));
76 * PUBLIC: int __repmgr_send __P((DB_ENV *, const DBT *, const DBT *,
250 * PUBLIC: int __repmgr_send_broadcast __P((ENV *, u_int,
351 * PUBLIC: int __repmgr_send_one __P((EN
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c69 static int __txn_abort_pp __P((DB_TXN *));
70 static int __txn_begin_int __P((DB_TXN *));
71 static int __txn_commit_pp __P((DB_TXN *, u_int32_t));
72 static int __txn_discard __P((DB_TXN *, u_int32_t));
74 __P((ENV *, DB_TXN *, DBT *, DB_LSN *, DB_TXNHEAD *));
75 static int __txn_end __P((DB_TXN *, int));
76 static int __txn_isvalid __P((const DB_TXN *, txnop_t));
77 static int __txn_undo __P((DB_TXN *));
78 static void __txn_set_txn_lsnp __P((DB_TXN *, DB_LSN **, DB_LSN **));
84 * PUBLIC: int __txn_begin_pp __P((DB_EN
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock.c15 static int __lock_allocobj __P((DB_LOCKTAB *, u_int32_t));
16 static int __lock_alloclock __P((DB_LOCKTAB *, u_int32_t));
17 static int __lock_freelock __P((DB_LOCKTAB *,
20 __P((DB_LOCKTAB *, const DBT *, u_int32_t, int, DB_LOCKOBJ **));
21 static int __lock_get_api __P((ENV *,
23 static int __lock_inherit_locks __P ((DB_LOCKTAB *, DB_LOCKER *, u_int32_t));
24 static int __lock_is_parent __P((DB_LOCKTAB *, roff_t, DB_LOCKER *));
25 static int __lock_put_internal __P((DB_LOCKTAB *,
27 static int __lock_put_nolock __P((ENV *, DB_LOCK *, int *, u_int32_t));
28 static int __lock_remove_waiter __P((DB_LOCKTA
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c19 static int __bam_compact_dups __P((DBC *,
21 static int __bam_compact_int __P((DBC *,
23 static int __bam_compact_isdone __P((DBC *, DBT *, PAGE *, int *));
24 static int __bam_csearch __P((DBC *, DBT *, u_int32_t, int));
25 static int __bam_merge __P((DBC *,
27 static int __bam_merge_internal __P((DBC *, DBC *, int, DB_COMPACT *, int *));
28 static int __bam_merge_pages __P((DBC *, DBC *, DB_COMPACT *));
29 static int __bam_merge_records __P((DBC *, DBC*, u_int32_t, DB_COMPACT *));
30 static int __bam_truncate_internal_overflow __P((DBC *, PAGE *, DB_COMPACT *));
31 static int __bam_truncate_overflow __P((DB
[all...]
H A Dbt_cursor.c17 static int __bam_bulk __P((DBC *, DBT *, u_int32_t));
18 static int __bamc_close __P((DBC *, db_pgno_t, int *));
19 static int __bamc_del __P((DBC *));
20 static int __bamc_destroy __P((DBC *));
21 static int __bamc_get __P((DBC *, DBT *, DBT *, u_int32_t, db_pgno_t *));
22 static int __bamc_getstack __P((DBC *));
23 static int __bamc_next __P((DBC *, int, int));
24 static int __bamc_physdel __P((DBC *));
25 static int __bamc_prev __P((DBC *));
26 static int __bamc_put __P((DB
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c22 static int tcl_DbAssociate __P((Tcl_Interp *,
24 static int tcl_DbClose __P((Tcl_Interp *,
26 static int tcl_DbDelete __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB *));
27 static int tcl_DbGet __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB *, int));
29 static int tcl_DbKeyRange __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB *));
31 static int tcl_DbPut __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB *));
32 static int tcl_DbStat __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB *));
33 static int tcl_DbTruncate __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB *));
35 static int tcl_DbCompact __P((Tcl_Interp *, int, Tcl_Obj * CONST*, DB *));
36 static int tcl_DbCompactStat __P((Tcl_Inter
[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 *,
24 * PUBLIC: int __env_fileid_reset_pp __P((DB_ENV *, const char *, u_int32_t));
H A Ddb_truncate.c20 static int __db_cursor_check __P((DB *));
26 * PUBLIC: int __db_truncate_pp __P((DB *, DB_TXN *, u_int32_t *, u_int32_t));
116 * PUBLIC: int __db_truncate __P((DB *, DB_THREAD_INFO *, DB_TXN *,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_misc/
H A Dget_bulk.cs13 int rec_display __P((DB *));

Completed in 600 milliseconds

<<111213141516