Searched refs:__db_pitem (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_split.c | 438 __db_pitem(dbc, rootp, 0, BINTERNAL_SIZE(0), &hdr, NULL)) != 0) 457 if ((ret = __db_pitem(dbc, rootp, 1, 483 if ((ret = __db_pitem(dbc, rootp, 1, 500 if ((ret = __db_pitem(dbc, rootp, 1, 548 if ((ret = __db_pitem(dbc, rootp, 0, RINTERNAL_SIZE, &hdr, NULL)) != 0) 553 if ((ret = __db_pitem(dbc, rootp, 1, RINTERNAL_SIZE, &hdr, NULL)) != 0) 636 if ((ret = __db_pitem(dbc, ppage, off, 685 if ((ret = __db_pitem(dbc, ppage, off, 707 if ((ret = __db_pitem(dbc, ppage, off, 734 if ((ret = __db_pitem(dbc,
|
H A D | bt_put.c | 243 if ((ret = __db_pitem(dbc, h, indx, 322 ret = __db_pitem(dbc, h, indx, 327 ret = __db_pitem(dbc, h, indx, 425 if ((ret = __db_pitem(dbc, \ 620 __db_pitem(dbc, cp, cpindx, hdr.size, &hdr, NULL)) != 0)
|
H A D | bt_rec.c | 552 if ((ret = __db_pitem(dbc, pagep, 0,
|
H A D | bt_recno.c | 332 if ((ret = __db_pitem(dbc,
|
H A D | bt_cursor.c | 1798 (void)__db_pitem(dbc, h, indx, BOVERFLOW_SIZE, &dbt, NULL);
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | db_ext.h | 77 int __db_pitem
|
/titanic_41/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 308 ret = __db_pitem(dbc, hcp->dpagep, 325 ret = __db_pitem(dbc, hcp->dpagep,
|
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_dup.c | 96 if ((ret = __db_pitem(dbc, 459 __db_pitem(dbc, pagep, indx, nbytes, hdr, data) in __db_pitem() function
|
H A D | db_rec.c | 75 if ((ret = __db_pitem(dbc, pagep, argp->indx, argp->nbytes,
|