Symbol: EPG
lib/libc/db/btree/bt_delete.c
138
EPG *e;
lib/libc/db/btree/bt_delete.c
281
EPG *e;
lib/libc/db/btree/bt_delete.c
522
EPG e;
lib/libc/db/btree/bt_get.c
60
EPG *e;
lib/libc/db/btree/bt_put.c
258
static EPG *
lib/libc/db/btree/bt_put.c
45
static EPG *bt_fast(BTREE *, const DBT *, const DBT *, int *);
lib/libc/db/btree/bt_put.c
65
EPG *e;
lib/libc/db/btree/bt_search.c
144
EPG e;
lib/libc/db/btree/bt_search.c
179
EPG e;
lib/libc/db/btree/bt_search.c
59
EPG *
lib/libc/db/btree/bt_seq.c
143
__bt_seqset(BTREE *t, EPG *ep, DBT *key, int flags)
lib/libc/db/btree/bt_seq.c
227
__bt_seqadv(BTREE *t, EPG *ep, int flags)
lib/libc/db/btree/bt_seq.c
326
__bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp)
lib/libc/db/btree/bt_seq.c
329
EPG *ep, save;
lib/libc/db/btree/bt_seq.c
45
static int __bt_first(BTREE *, const DBT *, EPG *, int *);
lib/libc/db/btree/bt_seq.c
46
static int __bt_seqadv(BTREE *, EPG *, int);
lib/libc/db/btree/bt_seq.c
47
static int __bt_seqset(BTREE *, EPG *, DBT *, int);
lib/libc/db/btree/bt_seq.c
74
EPG e;
lib/libc/db/btree/bt_utils.c
140
__bt_cmp(BTREE *t, const DBT *k1, EPG *e)
lib/libc/db/btree/bt_utils.c
61
__bt_ret(BTREE *t, EPG *e, DBT *key, DBT *rkey, DBT *data, DBT *rdata, int copy)
lib/libc/db/btree/btree.h
307
EPG bt_cur; /* current (pinned) page */
lib/libc/db/btree/extern.h
36
int __bt_cmp(BTREE *, const DBT *, EPG *);
lib/libc/db/btree/extern.h
48
int __bt_ret(BTREE *, EPG *, DBT *, DBT *, DBT *, DBT *, int);
lib/libc/db/btree/extern.h
49
EPG *__bt_search(BTREE *, const DBT *, int *);
lib/libc/db/recno/extern.h
47
int __rec_ret(BTREE *, EPG *, recno_t, DBT *, DBT *);
lib/libc/db/recno/extern.h
48
EPG *__rec_search(BTREE *, recno_t, enum SRCHOP);
lib/libc/db/recno/rec_delete.c
113
EPG *e;
lib/libc/db/recno/rec_get.c
60
EPG *e;
lib/libc/db/recno/rec_put.c
183
EPG *e;
lib/libc/db/recno/rec_search.c
57
EPG *
lib/libc/db/recno/rec_seq.c
58
EPG *e;
lib/libc/db/recno/rec_utils.c
53
__rec_ret(BTREE *t, EPG *e, recno_t nrec, DBT *key, DBT *data)