Searched defs:check_ndx (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c316 short check_ndx; local
346 for (check_ndx = (short)(ndx - 1);
347 check_ndx >= 0 && KEY_OFF(pagep, check_ndx) == BIGPAIR;
348 check_ndx--);
349 if (check_ndx < 0)
353 DATA_OFF(pagep, check_ndx) - DATA_OFF(pagep, ndx);
375 if (check_ndx < 0)
380 DATA_OFF(pagep, (check_ndx)) - len;

Completed in 17 milliseconds