Searched refs:bitem (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | dbm.c | 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() [all …]
|
/illumos-gate/usr/src/ucblib/libdbm/ |
H A D | dbm.c | 283 datum item, bitem; in nextkey() local 296 if (f || cmpdatum(bitem, item) < 0) { in nextkey() 297 bitem = item; in nextkey() 302 return (bitem); in nextkey() 313 datum item, bitem; in firsthash() local 317 bitem = makdatum(pagbuf, 0); in firsthash() 322 if (cmpdatum(bitem, item) < 0) in firsthash() 323 bitem = item; in firsthash() 325 if (bitem.dptr != NULL) in firsthash() 326 return (bitem); in firsthash()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | ndbm.c | 428 datum item, bitem; in dbm_firsthash() local 433 bitem = makdatum(db->dbm_pagbuf, 0); in dbm_firsthash() 438 if (cmpdatum(bitem, item) < 0) { in dbm_firsthash() 440 bitem = item; in dbm_firsthash() 443 if (bitem.dptr != NULL) { in dbm_firsthash() 446 return (bitem); in dbm_firsthash() 545 datum item, bitem; in dbm_do_nextkey() local 667 bitem = item; in dbm_do_nextkey() 674 n = bitem.dsize; in dbm_do_nextkey() 677 bitem = item; in dbm_do_nextkey() [all …]
|