Lines Matching refs:bitem
262 datum item, bitem; in nextkey() local
267 bitem.dptr = NULL; in nextkey()
268 bitem.dsize = 0; in nextkey()
279 if (f || cmpdatum(bitem, item) < 0) { in nextkey()
280 bitem = item; in nextkey()
285 return (bitem); in nextkey()
296 datum item, bitem; in firsthash() local
300 bitem = makdatum(pagbuf, 0); in firsthash()
305 if (cmpdatum(bitem, item) < 0) in firsthash()
306 bitem = item; in firsthash()
308 if (bitem.dptr != NULL) in firsthash()
309 return (bitem); in firsthash()