Searched refs:__bam_ditem (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_delete.c | 141 __bam_ditem(dbc, h, indx) in __bam_ditem() function 445 if ((ret = __bam_ditem(dbc, epg->page, epg->indx)) != 0) { 470 (void)__bam_ditem(dbc, epg->page, epg->indx);
|
H A D | bt_recno.c | 306 if ((ret = __bam_ditem(dbc, h, indx)) != 0) 321 if ((ret = __bam_ditem(dbc, h, indx)) != 0)
|
H A D | bt_put.c | 296 if ((ret = __bam_ditem(dbc, h, indx)) != 0)
|
H A D | bt_cursor.c | 1836 if ((ret = __bam_ditem(dbc, h, indx)) != 0) 1838 if ((ret = __bam_ditem(dbc, h, indx)) != 0)
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | btree_ext.h | 22 int __bam_ditem __P((DBC *, PAGE *, u_int32_t));
|