Lines Matching refs:bitem
264 datum item, bitem; in nextkey() local
269 bitem.dptr = NULL; in nextkey()
270 bitem.dsize = 0; in nextkey()
281 if (f || cmpdatum(bitem, item) < 0) { in nextkey()
282 bitem = item; in nextkey()
287 return (bitem); in nextkey()
298 datum item, bitem; in firsthash() local
302 bitem = makdatum(pagbuf, 0); in firsthash()
307 if (cmpdatum(bitem, item) < 0) in firsthash()
308 bitem = item; in firsthash()
310 if (bitem.dptr != NULL) in firsthash()
311 return (bitem); in firsthash()