/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | extern.h | 91 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 *, PAGE *, [all …]
|
H A D | bt_seq.c | 83 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; in __bt_seqset() 273 BTREE *t; in __bt_seqadv() 405 BTREE *t; in __bt_first() 506 BTREE *t; in __bt_setcur() 539 static int bt_rseqset(BTREE *, EPG *, DBT *, RCURSOR *, int); 540 static int bt_rseqadv(BTREE *, EPG *, RCURSOR *, int); [all …]
|
H A D | bt_delete.c | 52 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; in __bt_stkacq() 294 BTREE *t; in __bt_bdelete() 381 BTREE *t; in __bt_pdelete() 477 BTREE *t; in __bt_dleaf() [all …]
|
H A D | bt_close.c | 54 static int bt_meta __P((BTREE *)); 69 BTREE *t; 125 BTREE *t; 166 BTREE *t; in bt_meta()
|
H A D | bt_split.c | 53 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; in __bt_split() 347 BTREE *t; in bt_page() 452 BTREE *t; in bt_root() 499 BTREE *t; in bt_rroot() [all …]
|
H A D | bt_search.c | 50 static int __bt_snext __P((BTREE *, PAGE *, const DBT *, int *)); 51 static int __bt_sprev __P((BTREE *, PAGE *, const DBT *, int *)); 69 BTREE *t; in __bt_search() 154 BTREE *t; in __bt_snext() 234 BTREE *t; in __bt_sprev()
|
H A D | bt_open.c | 72 static int nroot __P((BTREE *)); 99 BTREE *t; 164 if ((t = (BTREE *)malloc(sizeof(BTREE))) == NULL) 166 memset(t, 0, sizeof(BTREE)); 356 BTREE *t; in nroot() 462 BTREE *t;
|
H A D | bt_page.c | 63 BTREE *t; in __bt_free() 89 BTREE *t; in __bt_new()
|
H A D | bt_overflow.c | 83 BTREE *t; in __ovfl_get() 142 BTREE *t; in __ovfl_put() 196 BTREE *t; in __ovfl_delete()
|
H A D | bt_debug.c | 96 BTREE *t; 182 BTREE *t; 236 pgsize = ((BTREE *)dbp->internal)->bt_mp->pagesize; 312 BTREE *t;
|
H A D | bt_put.c | 53 static EPG *bt_fast __P((BTREE *, const DBT *, const DBT *, int *)); 75 BTREE *t; 277 BTREE *t; in bt_fast()
|
H A D | bt_conv.c | 73 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP)) 141 if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
|
H A D | bt_utils.c | 70 BTREE *t; in __bt_ret() 156 BTREE *t; in __bt_cmp()
|
H A D | bt_get.c | 71 BTREE *t;
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | extern.h | 73 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_t));
|
H A D | rec_delete.c | 52 static int rec_rdelete __P((BTREE *, recno_t)); 71 BTREE *t; 123 BTREE *t; in rec_rdelete() 157 BTREE *t; in __rec_dleaf()
|
H A D | rec_get.c | 71 BTREE *t; 125 BTREE *t; in __rec_fpipe() 181 BTREE *t; in __rec_vpipe() 238 BTREE *t; in __rec_fmap() 288 BTREE *t; in __rec_vmap()
|
H A D | rec_close.c | 67 BTREE *t; 118 BTREE *t;
|
H A D | rec_open.c | 65 BTREE *t; 229 BTREE *t;
|
H A D | rec_put.c | 70 BTREE *t; 193 BTREE *t; in __rec_iput()
|
H A D | rec_search.c | 67 BTREE *t; in __rec_search()
|
H A D | rec_seq.c | 68 BTREE *t;
|
H A D | rec_utils.c | 65 BTREE *t; in __rec_ret()
|
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_open.c | 76 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 D | bt_recno.c | 81 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;
|