• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/

Lines Matching refs:DBC

18 int __bam_ca_di __P((DBC *, db_pgno_t, u_int32_t, int));
19 int __bam_ca_dup __P((DBC *, u_int32_t, db_pgno_t, u_int32_t, db_pgno_t, u_int32_t));
21 int __bam_ca_rsplit __P((DBC *, db_pgno_t, db_pgno_t));
22 int __bam_ca_split __P((DBC *, db_pgno_t, db_pgno_t, db_pgno_t, u_int32_t, int));
24 int __bamc_init __P((DBC *, DBTYPE));
25 int __bamc_refresh __P((DBC *));
26 int __bamc_count __P((DBC *, db_recno_t *));
27 int __bamc_dup __P((DBC *, DBC *));
28 int __bam_bulk_overflow __P((DBC *, u_int32_t, db_pgno_t, u_int8_t *));
29 int __bam_bulk_duplicates __P((DBC *, db_pgno_t, u_int8_t *, int32_t *, int32_t **, u_int8_t **, u_int32_t *, int));
30 int __bamc_rget __P((DBC *, DBT *));
31 int __bam_opd_exists __P((DBC *, db_pgno_t));
32 int __bam_ditem __P((DBC *, PAGE *, u_int32_t));
33 int __bam_adjindx __P((DBC *, PAGE *, u_int32_t, u_int32_t, int));
34 int __bam_dpages __P((DBC *, int, int));
35 int __bam_relink __P((DBC *, PAGE *, db_pgno_t));
36 int __bam_pupdate __P((DBC *, PAGE *));
52 int __bam_iitem __P((DBC *, DBT *, DBT *, u_int32_t, u_int32_t));
53 int __bam_ritem __P((DBC *, PAGE *, u_int32_t, DBT *));
69 int __bam_truncate __P((DBC *, u_int32_t *));
71 int __ram_append __P((DBC *, DBT *, DBT *));
72 int __ramc_del __P((DBC *));
73 int __ramc_get __P((DBC *, DBT *, DBT *, u_int32_t, db_pgno_t *));
74 int __ramc_put __P((DBC *, DBT *, DBT *, u_int32_t, db_pgno_t *));
75 int __ram_ca __P((DBC *, ca_recno_arg, int *));
76 int __ram_getno __P((DBC *, const DBT *, db_recno_t *, int));
78 int __bam_rsearch __P((DBC *, db_recno_t *, u_int32_t, int, int *));
79 int __bam_adjust __P((DBC *, int32_t));
80 int __bam_nrecs __P((DBC *, db_recno_t *));
82 int __bam_get_root __P((DBC *, db_pgno_t, int, u_int32_t, int *));
83 int __bam_search __P((DBC *, db_pgno_t, const DBT *, u_int32_t, int, db_recno_t *, int *));
84 int __bam_stkrel __P((DBC *, u_int32_t));
86 int __bam_split __P((DBC *, void *, db_pgno_t *));
87 int __bam_pinsert __P((DBC *, EPG *, u_int32_t, PAGE *, PAGE *, int));
89 int __bam_stat __P((DBC *, void *, u_int32_t));
90 int __bam_stat_print __P((DBC *, u_int32_t));
91 int __bam_stat_callback __P((DBC *, PAGE *, void *, int *));
92 void __bam_print_cursor __P((DBC *));
93 int __bam_key_range __P((DBC *, DBT *, DB_KEY_RANGE *, u_int32_t));
94 int __bam_traverse __P((DBC *, db_lockmode_t, db_pgno_t, int (*)(DBC *, PAGE *, void *, int *), void *));