Home
last modified time | relevance | path

Searched refs:PAGE (Results 1 – 25 of 64) sorted by relevance

123

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c51 static int bt_broot __P((BTREE *, PAGE *, PAGE *, PAGE *));
53 __P((BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t));
56 __P((BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t));
58 __P((BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t));
59 static int bt_rroot __P((BTREE *, PAGE *, PAGE *, PAGE *));
84 PAGE *sp;
343 static PAGE *
448 static PAGE *
623 PAGE *rval;
804 PAGE *h;
[all …]
H A Dextern.h94 int __bt_dleaf __P((BTREE *, const DBT *, PAGE *, u_int));
96 int __bt_free __P((BTREE *, PAGE *));
98 PAGE *__bt_new __P((BTREE *, db_pgno_t *));
107 int __bt_split __P((BTREE *, PAGE *,
117 void __bt_dpage __P((DB *, PAGE *));
118 int __bt_dmpage __P((PAGE *));
H A Dbt_delete.c70 PAGE *h;
146 PAGE **hp;
152 PAGE *h;
296 PAGE *h;
380 PAGE *h;
383 PAGE *pg;
477 PAGE *h;
542 PAGE *h;
547 PAGE *pg;
640 PAGE *h;
[all …]
H A Dbt_page.c62 PAGE *h;
85 PAGE *
90 PAGE *h;
H A Dbt_search.c48 static int __bt_snext __P((BTREE *, PAGE *, const DBT *, int *));
49 static int __bt_sprev __P((BTREE *, PAGE *, const DBT *, int *));
71 PAGE *h;
153 PAGE *h;
233 PAGE *h;
H A Dbt_conv.c48 static void mswap __P((PAGE *));
66 PAGE *h;
134 PAGE *h;
204 PAGE *pg; in mswap()
H A Dbt_debug.c94 PAGE *h;
137 PAGE *h; in __bt_dmpage()
180 PAGE *h;
200 PAGE *h;
310 PAGE *h;
H A Dbt_overflow.c87 PAGE *h;
144 PAGE *h, *last;
197 PAGE *h;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_ext.h72 PAGE **, db_indx_t *, int (*)(DBC *, u_int32_t, PAGE **)));
74 PAGE **, u_int32_t, int (*)(DBC *, PAGE *)));
75 int __db_dend __P((DBC *, db_pgno_t, PAGE **));
76 int __db_ditem __P((DBC *, PAGE *, u_int32_t, u_int32_t));
78 __P((DBC *, PAGE *, u_int32_t, u_int32_t, DBT *, DBT *));
79 int __db_relink __P((DBC *, u_int32_t, PAGE *, PAGE **, int));
82 int, DBT *, db_pgno_t, db_indx_t *, PAGE **, int *));
100 int (*)(DBC *, u_int32_t, PAGE **)));
113 int __db_prpage __P((PAGE *, int));
114 int __db_isbad __P((PAGE *, int));
[all …]
H A Dhash_ext.h88 void __ham_putitem __P((PAGE *p, const DBT *, int));
90 __P((PAGE *p, u_int32_t, u_int32_t, const DBT *, const DBT *));
97 void __ham_copy_item __P((size_t, PAGE *, u_int32_t, PAGE *));
98 int __ham_add_ovflpage __P((DBC *, PAGE *, int, PAGE **));
99 int __ham_new_page __P((DB *, u_int32_t, u_int32_t, PAGE **));
100 int __ham_del_page __P((DBC *, PAGE *));
101 int __ham_put_page __P((DB *, PAGE *, int32_t));
102 int __ham_dirty_page __P((DB *, PAGE *));
103 int __ham_get_page __P((DB *, db_pgno_t, PAGE **));
105 __P((DBC *, u_int32_t, PAGE **));
[all …]
H A Dbtree_ext.h5 PAGE *, u_int32_t, int (*)(const DBT *, const DBT *)));
10 int __bam_mswap __P((PAGE *));
22 int __bam_ditem __P((DBC *, PAGE *, u_int32_t));
23 int __bam_adjindx __P((DBC *, PAGE *, u_int32_t, u_int32_t, int));
30 int __bam_new __P((DBC *, u_int32_t, PAGE **));
32 int __bam_free __P((DBC *, PAGE *));
37 PAGE **, db_indx_t *, DBT *, DBT *, u_int32_t, u_int32_t));
38 int __bam_ritem __P((DBC *, PAGE *, u_int32_t, DBT *));
65 db_recno_t __bam_total __P((PAGE *));
71 int __bam_copy __P((DB *, PAGE *, PAGE *, u_int32_t, u_int32_t));
H A Ddb_page.h161 } PAGE; typedef
164 #define LSN(p) (((PAGE *)p)->lsn)
165 #define PGNO(p) (((PAGE *)p)->pgno)
166 #define PREV_PGNO(p) (((PAGE *)p)->prev_pgno)
168 #define NUM_ENT(p) (((PAGE *)p)->entries)
169 #define HOFFSET(p) (((PAGE *)p)->hf_offset)
170 #define LEVEL(p) (((PAGE *)p)->level)
171 #define TYPE(p) (((PAGE *)p)->type)
213 #define P_OVERHEAD (SSZA(PAGE, inp))
243 #define OV_LEN(p) (((PAGE *)p)->hf_offset)
[all …]
H A Dhash.h56 PAGE *split_buf; /* Temporary buffer for splits. */
63 PAGE *pagep; /* The current page. */
66 PAGE *dpagep; /* Duplicate page pointer. */
118 ((R) = __ham_get_page(D, 0, (PAGE **)&((I)->hdr))) != 0 && \
127 (void)__ham_put_page(D, (PAGE *)(I)->hdr, \
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c27 PAGE **, db_indx_t *, int (*)(DBC *, u_int32_t, PAGE **)));
42 PAGE **pp;
48 PAGE *pagep;
114 PAGE **pp;
118 PAGE *pagep;
165 PAGE **pp;
168 PAGE *h;
210 PAGE **hp;
686 PAGE **hp;
751 PAGE **pp;
[all …]
H A Ddb_overflow.c90 PAGE *h;
171 int (*newfunc) __P((DBC *, u_int32_t, PAGE **));
174 PAGE *pagep, *lastp;
262 PAGE *h;
292 int (*freefunc) __P((DBC *, PAGE *));
295 PAGE *pagep;
355 PAGE *pagep;
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_page.c74 PAGE **pagepp;
79 PAGE *h;
91 if ((ret = memp_fget(dbp->mpf, &pgno, 0, (PAGE **)&meta)) != 0)
115 (void)memp_fput(dbp->mpf, (PAGE *)meta, DB_MPOOL_DIRTY);
154 PAGE *h;
176 if ((ret = memp_fget(dbp->mpf, &pgno, 0, (PAGE **)&meta)) != 0) {
189 (void)memp_fput(dbp->mpf, (PAGE *)meta, 0);
215 ret = memp_fput(dbp->mpf, (PAGE *)meta, DB_MPOOL_DIRTY);
H A Dbt_split.c62 static int __bam_broot __P((DBC *, PAGE *, PAGE *, PAGE *));
64 static int __bam_pinsert __P((DBC *, EPG *, PAGE *, PAGE *));
65 static int __bam_psplit __P((DBC *, EPG *, PAGE *, PAGE *, db_indx_t *));
67 static int __ram_root __P((DBC *, PAGE *, PAGE *, PAGE *));
180 PAGE *lp, *rp;
261 PAGE *lp, *rp, *tp;
402 PAGE *rootp, *lp, *rp;
574 PAGE *ppage;
770 PAGE *lp, *rp;
774 PAGE *pp;
[all …]
H A Dbt_put.c65 static int __bam_ndup __P((DBC *, PAGE *, u_int32_t));
66 static int __bam_ovput __P((DBC *, PAGE *, u_int32_t, DBT *));
68 DBT *, PAGE *, u_int32_t, u_int32_t, u_int32_t));
81 PAGE **hp;
90 PAGE *h;
374 PAGE *h;
437 PAGE *h;
465 PAGE *h;
569 PAGE *h;
576 PAGE *cp;
[all …]
H A Dbt_open.c214 PAGE *root;
231 memp_fget(dbp->mpf, &pgno, DB_MPOOL_CREATE, (PAGE **)&meta)) != 0) {
245 (void)memp_fput(dbp->mpf, (PAGE *)meta, 0);
286 if ((ret = memp_fput(dbp->mpf, (PAGE *)meta, DB_MPOOL_DIRTY)) != 0)
H A Dbt_rsearch.c75 PAGE *h;
289 PAGE *h;
334 PAGE *h;
362 PAGE *h; in __bam_total()
H A Dbt_stat.c43 PAGE *h;
73 if ((ret = memp_fget(dbp->mpf, &pgno, 0, (PAGE **)&h)) != 0)
87 if ((ret = memp_fget(dbp->mpf, &pgno, 0, (PAGE **)&meta)) != 0)
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c353 WritePage(int fd, PAGE * p, int global, char *bptr) in WritePage()
397 PAGE *page = document->page[count]; in WriteDocument()
512 PAGE **
515 PAGE **pages = NULL, *page; in DocumentPages()
528 pages = (PAGE **) nrealloc(pages, in DocumentPages()
529 (allocated_slots + BLOCKSIZE) * sizeof (PAGE *)); in DocumentPages()
531 BLOCKSIZE * sizeof (PAGE *)); in DocumentPages()
534 page = (PAGE *) nmalloc(sizeof (PAGE)); in DocumentPages()
555 memset(page, 0, sizeof (PAGE)); in DocumentPages()
636 PAGE *p; in PrintDocumentInfo()
H A Dpostreverse.h55 typedef struct _page PAGE; typedef
76 PAGE **page;
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c87 PAGE *pagep;
196 PAGE *pagep;
296 __ham_put_page(file_dbp, (PAGE *)pagep, 0)) != 0)
301 __ham_put_page(file_dbp, (PAGE *)pagep, 1)) != 0)
342 __ham_put_page(file_dbp, (PAGE *)pagep, 0)) != 0)
347 __ham_put_page(file_dbp, (PAGE *)pagep, 1)) != 0)
383 PAGE *pagep;
479 PAGE *pagep;
682 PAGE *pagep;
773 PAGE *pagep;
[all …]
H A Dhash_page.c524 PAGE *p; in __ham_putitem()
558 PAGE *p; in __ham_reputpair()
609 PAGE *p;
1017 PAGE *pagep; in __ham_onpage_replace()
1430 PAGE **pp;
1473 PAGE **pp;
1606 PAGE **pp;
1611 PAGE *p;
1714 PAGE *p;
1823 PAGE *p;
[all …]

123