Searched refs:__bam_iitem (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | btree_ext.h | 36 int __bam_iitem __P((DBC *,
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_recno.c | 745 if ((ret = __bam_iitem(dbc, &cp->csp->page, 1312 * Select the arguments for __bam_iitem() and do the insert. If the 1318 switch (ret = __bam_iitem(dbc, 1327 * page counts were made by __bam_iitem().
|
H A D | bt_put.c | 72 * __bam_iitem -- 75 * PUBLIC: int __bam_iitem __P((DBC *, 79 __bam_iitem(dbc, hp, indxp, key, data, op, flags) function
|
H A D | bt_cursor.c | 979 ret = __bam_iitem(dbc, &cp->page, &indx, key, data, iiop, iiflags);
|
Completed in 51 milliseconds