Lines Matching refs:bitem
423 datum item, bitem;
428 bitem = makdatum(db->dbm_pagbuf, 0);
433 if (cmpdatum(bitem, item) < 0) {
435 bitem = item;
438 if (bitem.dptr != NULL) {
441 return (bitem);
540 datum item, bitem;
662 bitem = item;
667 /* if (cmpdatum(bitem, item) < 0) */
669 n = bitem.dsize;
672 bitem = item;
677 p1 = bitem.dptr;
682 bitem = item;
695 return (bitem);