Searched refs:BTMETA (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_open.c56 static void __bam_init_meta __P((DB *, BTMETA *, db_pgno_t, DB_LSN *));
109 * PUBLIC: int __bam_metachk __P((DB *, const char *, BTMETA *));
115 BTMETA *btm;
276 BTMETA *meta;
356 BTMETA *meta;
366 memset(meta, 0, sizeof(BTMETA));
424 BTMETA *meta;
486 meta = (BTMETA *)buf;
545 BTMETA *meta;
H A Dbt_stat.c30 BTMETA *meta;
H A Dbt_verify.c31 * PUBLIC: int __bam_vrfy_meta __P((DB *, VRFY_DBINFO *, BTMETA *,
38 BTMETA *meta;
2398 * PUBLIC: int __bam_meta2pgset __P((DB *, VRFY_DBINFO *, BTMETA *,
2405 BTMETA *btmeta;
H A Dbt_rec.c786 BTMETA *meta;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dbtree_ext.h48 int __bam_metachk __P((DB *, const char *, BTMETA *));
98 int __bam_vrfy_meta __P((DB *, VRFY_DBINFO *, BTMETA *, db_pgno_t, u_int32_t));
106 int __bam_meta2pgset __P((DB *, VRFY_DBINFO *, BTMETA *, u_int32_t, DB *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_conv.c107 * be at the same location. Use BTMETA to get to it
110 chksum = ((BTMETA *)pp)->chksum;
293 * be at the same location. Use BTMETA to get to it
296 iv = ((BTMETA *)pagep)->iv;
356 * be at the same location. Use BTMETA to get to it
359 iv = ((BTMETA *)pagep)->iv;
379 * be at the same location. Use BTMETA to get to it
382 chksum = ((BTMETA *)pagep)->chksum;
H A Ddb_open.c402 chksum = ((BTMETA *)meta)->chksum;
564 __bam_metachk(dbp, name, (BTMETA *)meta)) != 0)
H A Ddb_vrfy.c735 vdp, (BTMETA *)h, i, flags);
1619 BTMETA *btmeta;
1678 btmeta = (BTMETA *)h;
1826 ret = __bam_vrfy_meta(dbp, vdp, (BTMETA *)h, pgno, flags);
2522 vdp, (BTMETA *)subpg, meta_pgno, flags)) != 0) {
2623 ret = __bam_meta2pgset(dbp, vdp, (BTMETA *)h, flags, pgset);
H A Ddb_pr.c34 static int __db_bmeta __P((DB *, BTMETA *, u_int32_t));
337 BTMETA *h;
539 return (__db_bmeta(dbp, (BTMETA *)h, flags));
H A Ddb.c240 ((BTMETA *)p)->root != PGNO_INVALID) {
242 &((BTMETA *)p)->root, ip, dbc->txn,
H A Ddb_meta.c437 ldbt.size = sizeof(BTMETA);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_page.h119 } BTMETA33, BTMETA; typedef in typeref:struct:_btmeta33

Completed in 169 milliseconds