HomeSort by: relevance | last modified time | path
    Searched refs:EPG (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/libc/db/recno/
extern.h 46 int __rec_ret(BTREE *, EPG *, recno_t, DBT *, DBT *);
47 EPG *__rec_search(BTREE *, recno_t, enum SRCHOP);
rec_search.c 58 * EPG for matching record, if any, or the EPG for the location of the
62 * The EPG for matching record, if any, or the EPG for the location
66 EPG *
rec_seq.c 67 EPG *e;
rec_utils.c 64 __rec_ret(BTREE *t, EPG *e, recno_t nrec, DBT *key, DBT *data)
rec_delete.c 122 EPG *e;
rec_get.c 69 EPG *e;
rec_put.c 196 EPG *e;
  /src/lib/libc/db/btree/
extern.h 37 int __bt_cmp(BTREE *, const DBT *, EPG *);
52 int __bt_ret(BTREE *, EPG *, DBT *, DBT *, DBT *, DBT *, int);
53 EPG *__bt_search(BTREE *, const DBT *, int *);
bt_seq.c 54 static int __bt_first(BTREE *, const DBT *, EPG *, int *);
55 static int __bt_seqadv(BTREE *, EPG *, int);
56 static int __bt_seqset(BTREE *, EPG *, DBT *, int);
57 static int __bt_rseq_next(BTREE *, EPG *);
58 static int __bt_rseq_prev(BTREE *, EPG *);
85 EPG e;
156 __bt_seqset(BTREE *t, EPG *ep, DBT *key, int flags)
246 __bt_seqadv(BTREE *t, EPG *ep, int flags)
375 __bt_rseq_next(BTREE *t, EPG *ep)
414 __bt_rseq_prev(BTREE *t, EPG *ep
    [all...]
bt_get.c 69 EPG *e;
bt_put.c 54 static EPG *bt_fast(BTREE *, const DBT *, const DBT *, int *);
74 EPG *e = NULL; /* pacify gcc */
265 * EPG for new record or NULL if not found.
267 static EPG *
bt_search.c 64 * The EPG for matching record, if any, or the EPG for the location
68 EPG *
154 EPG e;
231 EPG e;
bt_utils.c 69 __bt_ret(BTREE *t, EPG *e, DBT *key, DBT *rkey, DBT *data, DBT *rdata, int copy)
140 * e: pointer to EPG for comparison
148 __bt_cmp(BTREE *t, const DBT *k1, EPG *e)
btree.h 299 } EPG;
359 EPG bt_cur; /* current (pinned) page */
bt_delete.c 147 EPG *e;
290 EPG *e;
532 EPG e;

Completed in 19 milliseconds