• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/keyrange/

Lines Matching refs:pKey

21  * are actually those of SecondaryCursor, but the pKey parameter may be null.
161 private void setParams(DatabaseEntry key, DatabaseEntry pKey,
164 privPKey = pKey;
201 DatabaseEntry key, DatabaseEntry pKey,
212 if (pKey != null && secCursor != null) {
213 swapData(pKey, privPKey);
258 DatabaseEntry pKey,
265 setParams(key, pKey, data);
275 endOperation(null, status, key, pKey, data);
296 endOperation(oldCursor, status, key, pKey, data);
302 endOperation(null, status, key, pKey, data);
323 endOperation(oldCursor, status, key, pKey, data);
330 DatabaseEntry pKey,
337 setParams(key, pKey, data);
406 endOperation(oldCursor, status, key, pKey, data);
412 DatabaseEntry pKey,
419 return getFirst(key, pKey, data, lockMode);
422 setParams(key, pKey, data);
430 endOperation(null, status, key, pKey, data);
441 endOperation(oldCursor, status, key, pKey, data);
446 endOperation(null, status, key, pKey, data);
457 endOperation(oldCursor, status, key, pKey, data);
464 DatabaseEntry pKey,
471 return getFirst(key, pKey, data, lockMode);
474 setParams(key, pKey, data);
491 endOperation(oldCursor, status, key, pKey, data);
498 DatabaseEntry pKey,
505 return getLast(key, pKey, data, lockMode);
508 setParams(key, pKey, data);
516 endOperation(null, status, key, pKey, data);
527 endOperation(oldCursor, status, key, pKey, data);
532 endOperation(null, status, key, pKey, data);
543 endOperation(oldCursor, status, key, pKey, data);
550 DatabaseEntry pKey,
557 return getLast(key, pKey, data, lockMode);
560 setParams(key, pKey, data);
577 endOperation(oldCursor, status, key, pKey, data);
584 DatabaseEntry pKey,
591 setParams(key, pKey, data);
609 endOperation(oldCursor, status, key, pKey, data);
614 endOperation(null, status, key, pKey, data);
620 DatabaseEntry pKey,
627 setParams(key, pKey, data);
633 (pkRange != null && !pkRange.check(pKey))) {
638 shareData(pKey, privPKey);
643 endOperation(null, status, key, pKey, data);
649 DatabaseEntry pKey,
656 setParams(key, pKey, data);
667 (pkRange != null && !pkRange.check(pKey)))) {
671 endOperation(oldCursor, status, key, pKey, data);
677 DatabaseEntry pKey,
684 setParams(key, pKey, data);
693 shareData(pKey, privPKey);
700 (pkRange != null && !pkRange.check(pKey)))) {
704 endOperation(oldCursor, status, key, pKey, data);
710 DatabaseEntry pKey,
717 setParams(key, pKey, data);
727 endOperation(null, status, key, pKey, data);
733 DatabaseEntry pKey,
743 setParams(key, pKey, data);
756 endOperation(oldCursor, status, key, pKey, data);
760 endOperation(null, status, key, pKey, data);
766 DatabaseEntry pKey,
776 setParams(key, pKey, data);
789 endOperation(oldCursor, status, key, pKey, data);
793 endOperation(null, status, key, pKey, data);
799 DatabaseEntry pKey,
807 if (secCursor != null && pKey != null) {
808 return secCursor.getCurrent(key, pKey, data, lockMode);