Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dextern.h89 int __bt_cmp __P((BTREE *, const DBT *, EPG *));
90 int __bt_crsrdel __P((BTREE *, EPGNO *));
94 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 *));
101 int __bt_push __P((BTREE *, db_pgno_t, int));
104 EPG *__bt_search __P((BTREE *, const DBT *, int *));
106 void __bt_setcur __P((BTREE *, db_pgno_t, u_int));
107 int __bt_split __P((BTREE *, PAGE *,
111 int __ovfl_delete __P((BTREE *, void *));
[all …]
H A Dbt_seq.c82 static int __bt_seqadv __P((BTREE *, EPG *, int));
83 static int __bt_seqset __P((BTREE *, EPG *, DBT *, int));
112 BTREE *t;
183 BTREE *t; in __bt_seqset()
271 BTREE *t; in __bt_seqadv()
403 BTREE *t; in __bt_first()
504 BTREE *t; in __bt_setcur()
538 static int bt_rseqadv(BTREE *, EPG *, RCURSOR *, int);
640 BTREE *t;
723 BTREE *t; in bt_rseqset()
[all …]
H A Dbt_delete.c50 static int __bt_bdelete __P((BTREE *, const DBT *));
52 static int __bt_pdelete __P((BTREE *, PAGE *));
53 static int __bt_relink __P((BTREE *, PAGE *));
54 static int __bt_stkacq __P((BTREE *, PAGE **, CURSOR *));
68 BTREE *t;
145 BTREE *t; in __bt_stkacq()
292 BTREE *t; in __bt_bdelete()
379 BTREE *t; in __bt_pdelete()
475 BTREE *t; in __bt_dleaf()
540 BTREE *t; in __bt_curdel()
[all …]
H A Dbt_close.c52 static int bt_meta __P((BTREE *));
67 BTREE *t;
123 BTREE *t;
164 BTREE *t; in bt_meta()
H A Dbt_split.c51 static int bt_broot __P((BTREE *, PAGE *, PAGE *, PAGE *));
54 static int bt_preserve __P((BTREE *, db_pgno_t));
56 __P((BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t));
59 static int bt_rroot __P((BTREE *, PAGE *, PAGE *, PAGE *));
83 BTREE *t; in __bt_split()
345 BTREE *t; in bt_page()
450 BTREE *t; in bt_root()
497 BTREE *t; in bt_rroot()
537 BTREE *t; in bt_broot()
614 BTREE *t; in bt_psplit()
[all …]
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 *));
67 BTREE *t; in __bt_search()
152 BTREE *t; in __bt_snext()
232 BTREE *t; in __bt_sprev()
H A Dbt_open.c70 static int nroot __P((BTREE *));
97 BTREE *t;
162 if ((t = (BTREE *)malloc(sizeof(BTREE))) == NULL)
164 memset(t, 0, sizeof(BTREE));
354 BTREE *t; in nroot()
460 BTREE *t;
H A Dbt_page.c61 BTREE *t; in __bt_free()
87 BTREE *t; in __bt_new()
H A Dbt_overflow.c81 BTREE *t; in __ovfl_get()
140 BTREE *t; in __ovfl_put()
194 BTREE *t; in __ovfl_delete()
H A Dbt_debug.c93 BTREE *t;
179 BTREE *t;
233 pgsize = ((BTREE *)dbp->internal)->bt_mp->pagesize;
309 BTREE *t;
H A Dbt_put.c51 static EPG *bt_fast __P((BTREE *, const DBT *, const DBT *, int *));
73 BTREE *t;
275 BTREE *t; in bt_fast()
H A Dbt_conv.c71 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
139 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
H A Dbt_utils.c68 BTREE *t; in __bt_ret()
154 BTREE *t; in __bt_cmp()
H A Dbt_get.c69 BTREE *t;
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Dextern.h71 int __rec_dleaf __P((BTREE *, PAGE *, u_int32_t));
73 int __rec_fmap __P((BTREE *, recno_t));
74 int __rec_fout __P((BTREE *));
75 int __rec_fpipe __P((BTREE *, recno_t));
77 int __rec_iput __P((BTREE *, recno_t, const DBT *, u_int));
79 int __rec_ret __P((BTREE *, EPG *, recno_t, DBT *, DBT *));
80 EPG *__rec_search __P((BTREE *, recno_t, enum SRCHOP));
83 int __rec_vmap __P((BTREE *, recno_t));
84 int __rec_vout __P((BTREE *));
85 int __rec_vpipe __P((BTREE *, recno_t));
H A Drec_delete.c50 static int rec_rdelete __P((BTREE *, recno_t));
69 BTREE *t;
121 BTREE *t; in rec_rdelete()
155 BTREE *t; in __rec_dleaf()
H A Drec_get.c69 BTREE *t;
123 BTREE *t; in __rec_fpipe()
179 BTREE *t; in __rec_vpipe()
236 BTREE *t; in __rec_fmap()
286 BTREE *t; in __rec_vmap()
H A Drec_close.c65 BTREE *t;
116 BTREE *t;
H A Drec_open.c63 BTREE *t;
227 BTREE *t;
H A Drec_put.c68 BTREE *t;
191 BTREE *t; in __rec_iput()
H A Drec_search.c65 BTREE *t; in __rec_search()
H A Drec_seq.c66 BTREE *t;
H A Drec_utils.c63 BTREE *t; in __rec_ret()
/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;

12