/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | btree_ext.h | 8 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 D | db_ext.h | 11 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 D | hash_ext.h | 10 __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 D | hash_auto.h | 19 db_pgno_t pgno; 35 db_pgno_t prev_pgno; 37 db_pgno_t new_pgno; 39 db_pgno_t next_pgno; 66 db_pgno_t pgno; 79 db_pgno_t pgno; 97 db_pgno_t pgno; 98 db_pgno_t free_pgno; 100 db_pgno_t old_pgno; 114 db_pgno_t start_pgno; [all …]
|
H A D | btree_auto.h | 20 db_pgno_t pgno; 22 db_pgno_t next; 33 db_pgno_t pgno; 36 db_pgno_t next; 47 db_pgno_t left; 49 db_pgno_t right; 52 db_pgno_t npgno; 65 db_pgno_t pgno; 67 db_pgno_t nrec; 80 db_pgno_t pgno; [all …]
|
H A D | db_auto.h | 13 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 D | db_page.h | 49 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 D | mp.h | 153 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 D | hash.h | 60 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 D | btree.h | 186 db_pgno_t pgno; /* Page. */ 189 db_pgno_t dpgno; /* Duplicate page. */ 245 db_pgno_t bt_lpgno; /* Last insert location. */
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/ |
H A D | mpool.h | 65 db_pgno_t pgno; /* page number */ 77 db_pgno_t curcache; /* current number of cached pages */ 78 db_pgno_t maxcache; /* max number of cached pages */ 79 db_pgno_t npages; /* number of pages in the file */ 83 void (*pgin) __P((void *, db_pgno_t, void *)); 85 void (*pgout) __P((void *, db_pgno_t, void *)); 117 MPOOL *mpool_open __P((void *, int, db_pgno_t, db_pgno_t)); 118 void mpool_filter __P((MPOOL *, void (*)(void *, db_pgno_t, void *), 119 void (*)(void *, db_pgno_t, void *), void *)); 120 void *mpool_new __P((MPOOL *, db_pgno_t *, u_int)); [all …]
|
H A D | mpool.c | 51 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;
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | btree.h | 81 db_pgno_t pgno; /* this page's page number */ 82 db_pgno_t prevpg; /* left sibling */ 83 db_pgno_t nextpg; /* right sibling */ 101 (sizeof(db_pgno_t) + sizeof(db_pgno_t) + sizeof(db_pgno_t) + \ 121 #define LALIGN(n) (((n) + sizeof(db_pgno_t) - 1) & ~(sizeof(db_pgno_t) - 1)) 122 #define NOVFLSIZE (sizeof(db_pgno_t) + sizeof(u_int32_t)) 135 db_pgno_t pgno; /* page number stored on */ 148 LALIGN(sizeof(u_int32_t) + sizeof(db_pgno_t) + sizeof(u_char) + (len)) 154 *(db_pgno_t *)p = pgno; \ 155 p += sizeof(db_pgno_t); \ [all …]
|
H A D | bt_conv.c | 63 db_pgno_t pg; 94 p += sizeof(db_pgno_t); 98 p += sizeof(db_pgno_t); 115 p += sizeof(db_pgno_t); 121 p += sizeof(db_pgno_t); 131 db_pgno_t pg; 154 p += sizeof(db_pgno_t); 158 p += sizeof(db_pgno_t); 175 p += sizeof(db_pgno_t); 181 p += sizeof(db_pgno_t);
|
H A D | bt_overflow.c | 88 db_pgno_t pg; 92 memmove(&pg, p, sizeof(db_pgno_t)); 93 memmove(&sz, (char *)p + sizeof(db_pgno_t), sizeof(u_int32_t)); 142 db_pgno_t *pg; 146 db_pgno_t npg; 198 db_pgno_t pg; 202 memmove(&pg, p, sizeof(db_pgno_t)); 203 memmove(&sz, (char *)p + sizeof(db_pgno_t), sizeof(u_int32_t));
|
H A D | extern.h | 98 PAGE *__bt_new __P((BTREE *, db_pgno_t *)); 99 void __bt_pgin __P((void *, db_pgno_t, void *)); 100 void __bt_pgout __P((void *, db_pgno_t, void *)); 101 int __bt_push __P((BTREE *, db_pgno_t, int)); 106 void __bt_setcur __P((BTREE *, db_pgno_t, u_int)); 113 int __ovfl_put __P((BTREE *, const DBT *, db_pgno_t *)); 116 int __bt_dnpage __P((DB *, db_pgno_t));
|
H A D | bt_debug.c | 95 db_pgno_t i; 177 db_pgno_t pgno; 262 *(db_pgno_t *)bl->bytes, 263 *(u_int32_t *)(bl->bytes + sizeof(db_pgno_t))); 269 *(db_pgno_t *)(bl->bytes + bl->ksize), 271 sizeof(db_pgno_t))); 281 *(db_pgno_t *)rl->bytes, 282 *(u_int32_t *)(rl->bytes + sizeof(db_pgno_t))); 311 db_pgno_t i, pcont, pinternal, pleaf;
|
H A D | bt_put.c | 78 db_pgno_t pg; 132 memmove(kb, &pg, sizeof(db_pgno_t)); 136 memmove(kb + sizeof(db_pgno_t), 147 memmove(db, &pg, sizeof(db_pgno_t)); 150 memmove(db + sizeof(db_pgno_t),
|
H A D | bt_seq.c | 189 db_pgno_t pg; 278 db_pgno_t pg; 410 db_pgno_t pg; 505 db_pgno_t pgno; 533 static int bt_rcpush(RCURSOR *, db_pgno_t, u_int); 579 db_pgno_t p; 730 db_pgno_t pg; 827 db_pgno_t pg;
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash_bigkey.c | 68 static int32_t collect_key __P((HTAB *, PAGE16 *, int32_t, db_pgno_t *)); 191 db_pgno_t next_pgno; 264 db_pgno_t last_page; 321 db_pgno_t next_pgno; 369 db_pgno_t *last_page; 373 db_pgno_t next_pgno; 375 db_pgno_t save_addr; 440 db_pgno_t next_pgno; 442 db_pgno_t save_addr;
|
H A D | hash.h | 65 db_pgno_t bucket; 66 db_pgno_t pgno; 184 db_pgno_t pgno; 185 db_pgno_t bucket; 190 db_pgno_t seek_found_page;
|
H A D | hash_page.c | 75 static void page_init __P((HTAB *, PAGE16 *, db_pgno_t, u_int8_t)); 82 static void account_page(HTAB *, db_pgno_t, int); 92 db_pgno_t next_pgno; 392 db_pgno_t to_find, next_pgno, link_page; 441 db_pgno_t next_pgno; 529 db_pgno_t next_pgno; 635 db_pgno_t next_pgno; 706 NEXT_PGNO(pagep) = (db_pgno_t)OADDR_TO_PAGE(ovfl_num); 766 page_init(HTAB * hashp, PAGE16 * pagep, db_pgno_t pgno, u_int8_t type) in page_init() 771 db_pgno_t pgno; [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_curadj.c | 66 db_pgno_t pgno; 117 db_pgno_t pgno; 154 db_pgno_t fpgno, tpgno; 195 db_pgno_t fpgno, tpgno; 227 db_pgno_t ppgno, lpgno, rpgno;
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_conv.c | 62 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 D | db_overflow.c | 86 db_pgno_t pgno; 170 db_pgno_t *pgnop; 258 db_pgno_t pgno; 291 db_pgno_t pgno; 351 db_pgno_t pgno;
|