Home
last modified time | relevance | path

Searched refs:db_pgno_t (Results 1 – 25 of 69) sorted by relevance

123

/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dbtree_ext.h8 int __bam_pgin __P((db_pgno_t, void *, DBT *));
9 int __bam_pgout __P((db_pgno_t, void *, DBT *));
12 int __bam_ca_delete __P((DB *, db_pgno_t, u_int32_t, int));
13 void __bam_ca_di __P((DB *, db_pgno_t, u_int32_t, int));
15 db_pgno_t, u_int32_t, u_int32_t, db_pgno_t, u_int32_t));
16 void __bam_ca_rsplit __P((DB *, db_pgno_t, db_pgno_t));
18 db_pgno_t, db_pgno_t, db_pgno_t, u_int32_t, int));
35 __P((DBC *, int, db_pgno_t, db_lockmode_t, DB_LOCK *));
75 u_int32_t, DB_LSN *, DB_LSN *, db_pgno_t,
76 u_int32_t, db_pgno_t));
[all …]
H A Dhash_ext.h10 __P((HASH_CURSOR *, db_pgno_t, u_int32_t, int, int));
13 u_int32_t, u_int32_t, db_pgno_t, u_int32_t,
20 u_int32_t, u_int32_t, db_pgno_t, DB_LSN *,
21 db_pgno_t, DB_LSN *, db_pgno_t, DB_LSN *));
34 u_int32_t, u_int32_t, db_pgno_t, const DBT *,
41 u_int32_t, db_pgno_t, u_int32_t, DB_LSN *,
48 u_int32_t, u_int32_t, db_pgno_t, db_pgno_t,
49 u_int32_t, db_pgno_t, u_int32_t, DB_LSN *,
56 u_int32_t, db_pgno_t, u_int32_t, db_pgno_t,
63 u_int32_t, db_pgno_t, DB_LSN *, db_pgno_t,
[all …]
H A Ddb_ext.h11 u_int32_t, u_int32_t, db_pgno_t, u_int32_t,
18 u_int32_t, u_int32_t, db_pgno_t, const DBT *,
25 u_int32_t, u_int32_t, db_pgno_t, db_pgno_t,
26 db_pgno_t, const DBT *, DB_LSN *, DB_LSN *,
33 u_int32_t, db_pgno_t, int32_t, DB_LSN *));
39 u_int32_t, u_int32_t, db_pgno_t, DB_LSN *,
40 db_pgno_t, DB_LSN *, db_pgno_t, DB_LSN *));
46 u_int32_t, db_pgno_t, DB_LSN *, db_pgno_t,
60 int __db_pgin __P((db_pgno_t, size_t, void *));
61 int __db_pgout __P((db_pgno_t, size_t, void *));
[all …]
H A Dhash_auto.h21 db_pgno_t pgno;
37 db_pgno_t prev_pgno;
39 db_pgno_t new_pgno;
41 db_pgno_t next_pgno;
68 db_pgno_t pgno;
81 db_pgno_t pgno;
99 db_pgno_t pgno;
100 db_pgno_t free_pgno;
102 db_pgno_t old_pgno;
116 db_pgno_t start_pgno;
[all …]
H A Dbtree_auto.h22 db_pgno_t pgno;
24 db_pgno_t next;
35 db_pgno_t pgno;
38 db_pgno_t next;
49 db_pgno_t left;
51 db_pgno_t right;
54 db_pgno_t npgno;
67 db_pgno_t pgno;
69 db_pgno_t nrec;
82 db_pgno_t pgno;
[all …]
H A Ddb_auto.h13 db_pgno_t pgno;
30 db_pgno_t pgno;
44 db_pgno_t pgno;
45 db_pgno_t prev_pgno;
46 db_pgno_t next_pgno;
61 db_pgno_t pgno;
75 db_pgno_t pgno;
77 db_pgno_t prev;
79 db_pgno_t next;
91 db_pgno_t pgno;
[all …]
H A Ddb_page.h49 db_pgno_t pgno; /* 08-11: Current page number. */
79 db_pgno_t pgno; /* 08-11: Page number (btree compatibility). */
133 db_pgno_t pgno; /* 08-11: Current page number. */
134 db_pgno_t prev_pgno; /* 12-15: Previous page number. */
135 db_pgno_t next_pgno; /* 16-19: Next page number. */
342 db_pgno_t pgno; /* 04-07: Offpage page number. */
362 db_pgno_t pgno; /* 04-07: Offpage page number. */
430 db_pgno_t pgno; /* 04-07: Next page number. */
467 db_pgno_t pgno; /* 04-07: Page number of referenced page. */
496 db_pgno_t pgno; /* 00-03: Page number of referenced page. */
H A Dmp.h153 int (DB_CALLBACK *pgin) __P((db_pgno_t, void *, DBT *));
154 int (DB_CALLBACK *pgout) __P((db_pgno_t, void *, DBT *));
256 db_pgno_t last_pgno; /* Last page in the file. */
257 db_pgno_t orig_last_pgno; /* Original last page in the file. */
286 db_pgno_t pgno; /* Underlying MPOOLFILE page number. */
H A Dhash.h60 db_pgno_t bucket; /* Bucket we are traversing. */
61 db_pgno_t lbucket; /* Bucket for which we are locked. */
64 db_pgno_t pgno; /* Current page number. */
67 db_pgno_t dpgno; /* Duplicate page number. */
73 db_pgno_t seek_found_page;/* Page on which we can insert. */
H A Dbtree.h186 db_pgno_t pgno; /* Page. */
189 db_pgno_t dpgno; /* Duplicate page. */
245 db_pgno_t bt_lpgno; /* Last insert location. */
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.h67 db_pgno_t pgno; /* page number */
79 db_pgno_t curcache; /* current number of cached pages */
80 db_pgno_t maxcache; /* max number of cached pages */
81 db_pgno_t npages; /* number of pages in the file */
85 void (*pgin) __P((void *, db_pgno_t, void *));
87 void (*pgout) __P((void *, db_pgno_t, void *));
119 MPOOL *mpool_open __P((void *, int, db_pgno_t, db_pgno_t));
120 void mpool_filter __P((MPOOL *, void (*)(void *, db_pgno_t, void *),
121 void (*)(void *, db_pgno_t, void *), void *));
122 void *mpool_new __P((MPOOL *, db_pgno_t *, u_int));
[all …]
H A Dmpool.c51 static BKT *mpool_look __P((MPOOL *, db_pgno_t));
62 db_pgno_t pagesize, maxcache;
101 void (*pgin) __P((void *, db_pgno_t, void *));
102 void (*pgout) __P((void *, db_pgno_t, void *));
117 db_pgno_t *pgnoaddr;
185 db_pgno_t pgno;
447 db_pgno_t pgno;
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h83 db_pgno_t pgno; /* this page's page number */
84 db_pgno_t prevpg; /* left sibling */
85 db_pgno_t nextpg; /* right sibling */
103 (sizeof(db_pgno_t) + sizeof(db_pgno_t) + sizeof(db_pgno_t) + \
123 #define LALIGN(n) (((n) + sizeof(db_pgno_t) - 1) & ~(sizeof(db_pgno_t) - 1))
124 #define NOVFLSIZE (sizeof(db_pgno_t) + sizeof(u_int32_t))
137 db_pgno_t pgno; /* page number stored on */
150 LALIGN(sizeof(u_int32_t) + sizeof(db_pgno_t) + sizeof(u_char) + (len))
156 *(db_pgno_t *)p = pgno; \
157 p += sizeof(db_pgno_t); \
[all …]
H A Dbt_conv.c65 db_pgno_t pg;
96 p += sizeof(db_pgno_t);
100 p += sizeof(db_pgno_t);
117 p += sizeof(db_pgno_t);
123 p += sizeof(db_pgno_t);
133 db_pgno_t pg;
156 p += sizeof(db_pgno_t);
160 p += sizeof(db_pgno_t);
177 p += sizeof(db_pgno_t);
183 p += sizeof(db_pgno_t);
H A Dbt_overflow.c90 db_pgno_t pg;
94 memmove(&pg, p, sizeof(db_pgno_t));
95 memmove(&sz, (char *)p + sizeof(db_pgno_t), sizeof(u_int32_t));
144 db_pgno_t *pg;
148 db_pgno_t npg;
200 db_pgno_t pg;
204 memmove(&pg, p, sizeof(db_pgno_t));
205 memmove(&sz, (char *)p + sizeof(db_pgno_t), sizeof(u_int32_t));
H A Dextern.h100 PAGE *__bt_new __P((BTREE *, db_pgno_t *));
101 void __bt_pgin __P((void *, db_pgno_t, void *));
102 void __bt_pgout __P((void *, db_pgno_t, void *));
103 int __bt_push __P((BTREE *, db_pgno_t, int));
108 void __bt_setcur __P((BTREE *, db_pgno_t, u_int));
115 int __ovfl_put __P((BTREE *, const DBT *, db_pgno_t *));
118 int __bt_dnpage __P((DB *, db_pgno_t));
H A Dbt_debug.c98 db_pgno_t i;
180 db_pgno_t pgno;
265 *(db_pgno_t *)bl->bytes,
266 *(u_int32_t *)(bl->bytes + sizeof(db_pgno_t)));
272 *(db_pgno_t *)(bl->bytes + bl->ksize),
274 sizeof(db_pgno_t)));
284 *(db_pgno_t *)rl->bytes,
285 *(u_int32_t *)(rl->bytes + sizeof(db_pgno_t)));
314 db_pgno_t i, pcont, pinternal, pleaf;
H A Dbt_put.c80 db_pgno_t pg;
134 memmove(kb, &pg, sizeof(db_pgno_t));
138 memmove(kb + sizeof(db_pgno_t),
149 memmove(db, &pg, sizeof(db_pgno_t));
152 memmove(db + sizeof(db_pgno_t),
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c74 static int32_t collect_key __P((HTAB *, PAGE16 *, int32_t, db_pgno_t *));
197 db_pgno_t next_pgno;
272 db_pgno_t last_page;
329 db_pgno_t next_pgno;
377 db_pgno_t *last_page;
381 db_pgno_t next_pgno;
383 db_pgno_t save_addr;
448 db_pgno_t next_pgno;
450 db_pgno_t save_addr;
H A Dhash.h67 db_pgno_t bucket;
68 db_pgno_t pgno;
186 db_pgno_t pgno;
187 db_pgno_t bucket;
192 db_pgno_t seek_found_page;
H A Dhash_page.c79 static void page_init __P((HTAB *, PAGE16 *, db_pgno_t, u_int8_t));
86 static void account_page(HTAB *, db_pgno_t, int);
96 db_pgno_t next_pgno;
401 db_pgno_t to_find, next_pgno, link_page;
450 db_pgno_t next_pgno;
538 db_pgno_t next_pgno;
644 db_pgno_t next_pgno;
715 NEXT_PGNO(pagep) = (db_pgno_t)OADDR_TO_PAGE(ovfl_num);
775 page_init(HTAB * hashp, PAGE16 * pagep, db_pgno_t pgno, u_int8_t type) in page_init()
780 db_pgno_t pgno;
[all …]
/titanic_41/usr/src/cmd/sendmail/db/btree/
H A Dbt_curadj.c68 db_pgno_t pgno;
119 db_pgno_t pgno;
156 db_pgno_t fpgno, tpgno;
197 db_pgno_t fpgno, tpgno;
229 db_pgno_t ppgno, lpgno, rpgno;
H A Dbt_conv.c32 db_pgno_t pg; in __bam_pgin()
54 db_pgno_t pg; in __bam_pgout()
/titanic_41/usr/src/cmd/sendmail/db/db/
H A Ddb_conv.c62 static int __db_convert __P((db_pgno_t, void *, size_t, int));
71 db_pgno_t pg; in __db_pgin()
85 db_pgno_t pg; in __db_pgout()
98 db_pgno_t pg; in __db_convert()
H A Ddb_overflow.c86 db_pgno_t pgno;
170 db_pgno_t *pgnop;
258 db_pgno_t pgno;
291 db_pgno_t pgno;
351 db_pgno_t pgno;

123