Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c533 static int bt_rcpush(RCURSOR *, db_pgno_t, u_int);
577 bt_rcpush(rc, p, i) in bt_rcpush() function
759 status = bt_rcpush(rc, h->pgno, 0);
784 status = bt_rcpush(rc, h->pgno, NEXTINDEX(h) - 1);
861 status = bt_rcpush(rc, h->pgno, idx);
887 status = bt_rcpush(rc, h->pgno, idx);
H A Dextern.h81 #define bt_rcpush kdb2_bt_rcpush macro