Home
last modified time | relevance | path

Searched refs:check_ndx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c301 short check_ndx; variable
331 for (check_ndx = (short)(ndx - 1);
332 check_ndx >= 0 && KEY_OFF(pagep, check_ndx) == BIGPAIR;
333 check_ndx--);
334 if (check_ndx < 0)
338 DATA_OFF(pagep, check_ndx) - DATA_OFF(pagep, ndx);
360 if (check_ndx < 0)
365 DATA_OFF(pagep, (check_ndx)) - len;