Searched refs:bitem (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libnsl/yp/ |
H A D | dbm.c | 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() [all …]
|
/titanic_50/usr/src/ucblib/libdbm/ |
H A D | dbm.c | 279 datum item, bitem; in nextkey() local 292 if (f || cmpdatum(bitem, item) < 0) { in nextkey() 293 bitem = item; in nextkey() 298 return (bitem); in nextkey() 309 datum item, bitem; in firsthash() local 313 bitem = makdatum(pagbuf, 0); in firsthash() 318 if (cmpdatum(bitem, item) < 0) in firsthash() 319 bitem = item; in firsthash() 321 if (bitem.dptr != NULL) in firsthash() 322 return (bitem); in firsthash()
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | ndbm.c | 349 datum item, bitem; in dbm_firsthash() local 354 bitem = makdatum(db->dbm_pagbuf, 0); in dbm_firsthash() 359 if(cmpdatum(bitem, item) < 0) { in dbm_firsthash() 361 bitem = item; in dbm_firsthash() 364 if(bitem.dptr != NULL) { in dbm_firsthash() 367 return(bitem); in dbm_firsthash() 445 datum item,bitem; in dbm_do_nextkey() local 556 bitem = item; in dbm_do_nextkey() 564 n = bitem.dsize; in dbm_do_nextkey() 568 bitem = item; in dbm_do_nextkey() [all …]
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | ndbm.c | 426 datum item, bitem; in dbm_firsthash() local 431 bitem = makdatum(db->dbm_pagbuf, 0); in dbm_firsthash() 436 if (cmpdatum(bitem, item) < 0) { in dbm_firsthash() 438 bitem = item; in dbm_firsthash() 441 if (bitem.dptr != NULL) { in dbm_firsthash() 444 return (bitem); in dbm_firsthash() 543 datum item, bitem; in dbm_do_nextkey() local 665 bitem = item; in dbm_do_nextkey() 672 n = bitem.dsize; in dbm_do_nextkey() 675 bitem = item; in dbm_do_nextkey() [all …]
|