Symbol: EPG
lib/libc/db/btree/bt_delete.c
139
EPG *e;
lib/libc/db/btree/bt_delete.c
282
EPG *e;
lib/libc/db/btree/bt_delete.c
523
EPG e;
lib/libc/db/btree/bt_get.c
61
EPG *e;
lib/libc/db/btree/bt_put.c
259
static EPG *
lib/libc/db/btree/bt_put.c
46
static EPG *bt_fast(BTREE *, const DBT *, const DBT *, int *);
lib/libc/db/btree/bt_put.c
66
EPG *e;
lib/libc/db/btree/bt_search.c
145
EPG e;
lib/libc/db/btree/bt_search.c
180
EPG e;
lib/libc/db/btree/bt_search.c
60
EPG *
lib/libc/db/btree/bt_seq.c
144
__bt_seqset(BTREE *t, EPG *ep, DBT *key, int flags)
lib/libc/db/btree/bt_seq.c
228
__bt_seqadv(BTREE *t, EPG *ep, int flags)
lib/libc/db/btree/bt_seq.c
327
__bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp)
lib/libc/db/btree/bt_seq.c
330
EPG *ep, save;
lib/libc/db/btree/bt_seq.c
46
static int __bt_first(BTREE *, const DBT *, EPG *, int *);
lib/libc/db/btree/bt_seq.c
47
static int __bt_seqadv(BTREE *, EPG *, int);
lib/libc/db/btree/bt_seq.c
48
static int __bt_seqset(BTREE *, EPG *, DBT *, int);
lib/libc/db/btree/bt_seq.c
75
EPG e;
lib/libc/db/btree/bt_utils.c
141
__bt_cmp(BTREE *t, const DBT *k1, EPG *e)
lib/libc/db/btree/bt_utils.c
62
__bt_ret(BTREE *t, EPG *e, DBT *key, DBT *rkey, DBT *data, DBT *rdata, int copy)
lib/libc/db/btree/btree.h
308
EPG bt_cur; /* current (pinned) page */
lib/libc/db/btree/extern.h
37
int __bt_cmp(BTREE *, const DBT *, EPG *);
lib/libc/db/btree/extern.h
51
int __bt_ret(BTREE *, EPG *, DBT *, DBT *, DBT *, DBT *, int);
lib/libc/db/btree/extern.h
52
EPG *__bt_search(BTREE *, const DBT *, int *);
lib/libc/db/recno/extern.h
45
int __rec_ret(BTREE *, EPG *, recno_t, DBT *, DBT *);
lib/libc/db/recno/extern.h
46
EPG *__rec_search(BTREE *, recno_t, enum SRCHOP);
lib/libc/db/recno/rec_delete.c
114
EPG *e;
lib/libc/db/recno/rec_get.c
61
EPG *e;
lib/libc/db/recno/rec_put.c
189
EPG *e;
lib/libc/db/recno/rec_search.c
58
EPG *
lib/libc/db/recno/rec_seq.c
59
EPG *e;
lib/libc/db/recno/rec_utils.c
57
__rec_ret(BTREE *t, EPG *e, recno_t nrec, DBT *key, DBT *data)