Searched refs:BTREE (Results 1 - 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Dextern.h73 int __rec_dleaf __P((BTREE *, PAGE *, u_int32_t));
75 int __rec_fmap __P((BTREE *, recno_t));
76 int __rec_fout __P((BTREE *));
77 int __rec_fpipe __P((BTREE *, recno_t));
79 int __rec_iput __P((BTREE *, recno_t, const DBT *, u_int));
81 int __rec_ret __P((BTREE *, EPG *, recno_t, DBT *, DBT *));
82 EPG *__rec_search __P((BTREE *, recno_t, enum SRCHOP));
85 int __rec_vmap __P((BTREE *, recno_t));
86 int __rec_vout __P((BTREE *));
87 int __rec_vpipe __P((BTREE *, recno_
[all...]
H A Drec_delete.c52 static int rec_rdelete __P((BTREE *, recno_t));
71 BTREE *t;
123 BTREE *t;
157 BTREE *t;
H A Drec_get.c71 BTREE *t;
125 BTREE *t;
181 BTREE *t;
238 BTREE *t;
288 BTREE *t;
H A Drec_close.c67 BTREE *t;
118 BTREE *t;
H A Drec_search.c67 BTREE *t;
H A Drec_seq.c68 BTREE *t;
H A Drec_utils.c65 BTREE *t;
H A Drec_open.c65 BTREE *t;
229 BTREE *t;
H A Drec_put.c70 BTREE *t;
193 BTREE *t;
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dextern.h91 int __bt_cmp __P((BTREE *, const DBT *, EPG *));
92 int __bt_crsrdel __P((BTREE *, EPGNO *));
96 int __bt_dleaf __P((BTREE *, const DBT *, PAGE *, u_int));
98 int __bt_free __P((BTREE *, PAGE *));
100 PAGE *__bt_new __P((BTREE *, db_pgno_t *));
103 int __bt_push __P((BTREE *, db_pgno_t, int));
105 int __bt_ret __P((BTREE *, EPG *, DBT *, DBT *, DBT *, DBT *, int));
106 EPG *__bt_search __P((BTREE *, const DBT *, int *));
108 void __bt_setcur __P((BTREE *, db_pgno_t, u_int));
109 int __bt_split __P((BTREE *, PAG
[all...]
H A Dbt_page.c63 BTREE *t;
89 BTREE *t;
H A Dbt_close.c54 static int bt_meta __P((BTREE *));
69 BTREE *t;
125 BTREE *t;
166 BTREE *t;
H A Dbt_open.c72 static int nroot __P((BTREE *));
99 BTREE *t;
163 /* Allocate and initialize DB and BTREE structures. */
164 if ((t = (BTREE *)malloc(sizeof(BTREE))) == NULL)
166 memset(t, 0, sizeof(BTREE));
356 BTREE *t;
462 BTREE *t;
H A Dbt_seq.c83 static int __bt_first __P((BTREE *, const DBT *, EPG *, int *));
84 static int __bt_seqadv __P((BTREE *, EPG *, int));
85 static int __bt_seqset __P((BTREE *, EPG *, DBT *, int));
114 BTREE *t;
185 BTREE *t;
273 BTREE *t;
405 BTREE *t;
506 BTREE *t;
539 static int bt_rseqset(BTREE *, EPG *, DBT *, RCURSOR *, int);
540 static int bt_rseqadv(BTREE *, EP
[all...]
H A Dbt_split.c53 static int bt_broot __P((BTREE *, PAGE *, PAGE *, PAGE *));
55 __P((BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t));
56 static int bt_preserve __P((BTREE *, db_pgno_t));
58 __P((BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t));
60 __P((BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t));
61 static int bt_rroot __P((BTREE *, PAGE *, PAGE *, PAGE *));
85 BTREE *t;
347 BTREE *t;
452 BTREE *t;
499 BTREE *
[all...]
H A Dbt_search.c50 static int __bt_snext __P((BTREE *, PAGE *, const DBT *, int *));
51 static int __bt_sprev __P((BTREE *, PAGE *, const DBT *, int *));
69 BTREE *t;
154 BTREE *t;
234 BTREE *t;
H A Dbt_delete.c52 static int __bt_bdelete __P((BTREE *, const DBT *));
53 static int __bt_curdel __P((BTREE *, const DBT *, PAGE *, u_int));
54 static int __bt_pdelete __P((BTREE *, PAGE *));
55 static int __bt_relink __P((BTREE *, PAGE *));
56 static int __bt_stkacq __P((BTREE *, PAGE **, CURSOR *));
70 BTREE *t;
147 BTREE *t;
294 BTREE *t;
381 BTREE *t;
477 BTREE *
[all...]
H A Dbt_overflow.c83 BTREE *t;
142 BTREE *t;
196 BTREE *t;
H A Dbt_get.c71 BTREE *t;
H A Dbt_conv.c73 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
141 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
H A Dbt_debug.c96 BTREE *t;
182 BTREE *t;
236 pgsize = ((BTREE *)dbp->internal)->bt_mp->pagesize;
312 BTREE *t;
H A Dbt_put.c53 static EPG *bt_fast __P((BTREE *, const DBT *, const DBT *, int *));
75 BTREE *t;
277 BTREE *t;
H A Dbt_utils.c70 BTREE *t;
156 BTREE *t;
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_open.c76 BTREE *t;
80 if ((ret = __os_calloc(1, sizeof(BTREE), &t)) != 0)
145 err: __os_free(t, sizeof(BTREE));
159 __os_free(dbp->internal, sizeof(BTREE));
174 BTREE *t;
211 BTREE *t;
H A Dbt_recno.c81 BTREE *t;
87 if ((ret = __os_calloc(1, sizeof(BTREE), &t)) != 0)
246 BTREE *t;
450 rp = ((BTREE *)dbp->internal)->recno;
466 ((BTREE *)dbp->internal)->recno = NULL;
870 BTREE *t;
1007 rp = ((BTREE *)dbp->internal)->recno;
1154 rp = ((BTREE *)(dbp->internal))->recno;
1221 rp = ((BTREE *)(dbc->dbp->internal))->recno;

Completed in 62 milliseconds

12