Home
last modified time | relevance | path

Searched refs:EPG (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree.h52 struct __epg; typedef struct __epg EPG; typedef
178 EPG *sp; /* Stack pointer. */
179 EPG *csp; /* Current stack entry. */
180 EPG *esp; /* End stack pointer. */
181 EPG stack[5];
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c82 static int __bt_seqadv __P((BTREE *, EPG *, int));
83 static int __bt_seqset __P((BTREE *, EPG *, DBT *, int));
113 EPG e;
184 EPG *ep;
272 EPG *ep;
405 EPG *erval;
409 EPG *ep, save;
538 static int bt_rseqadv(BTREE *, EPG *, RCURSOR *, int);
641 EPG e;
724 EPG *ep;
[all …]
H A Dextern.h89 int __bt_cmp __P((BTREE *, const DBT *, EPG *));
103 int __bt_ret __P((BTREE *, EPG *, DBT *, DBT *, DBT *, DBT *, int));
104 EPG *__bt_search __P((BTREE *, const DBT *, int *));
H A Dbt_search.c65 EPG *
158 EPG e;
238 EPG e;
H A Dbt_put.c51 static EPG *bt_fast __P((BTREE *, const DBT *, const DBT *, int *));
75 EPG *e = 0;
273 static EPG *
H A Dbt_utils.c69 EPG *e;
156 EPG *e;
H A Dbt_get.c70 EPG *e;
H A Dbtree.h262 } EPG; typedef
322 EPG bt_cur; /* current (pinned) page */
H A Dbt_delete.c150 EPG *e;
295 EPG *e;
546 EPG e;
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_search.c321 EPG *epg;
353 EPG *p;
359 if ((ret = __os_calloc(entries * 2, sizeof(EPG), &p)) != 0)
361 memcpy(p, cp->sp, entries * sizeof(EPG));
363 __os_free(cp->sp, entries * sizeof(EPG));
H A Dbt_split.c63 static int __bam_page __P((DBC *, EPG *, EPG *));
64 static int __bam_pinsert __P((DBC *, EPG *, PAGE *, PAGE *));
65 static int __bam_psplit __P((DBC *, EPG *, PAGE *, PAGE *, db_indx_t *));
66 static int __bam_root __P((DBC *, EPG *));
177 EPG *cp;
257 EPG *pp, *cp;
566 EPG *parent;
769 EPG *cp;
H A Dbt_rsearch.c288 EPG *epg;
H A Dbt_delete.c413 EPG *epg;
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Dextern.h79 int __rec_ret __P((BTREE *, EPG *, recno_t, DBT *, DBT *));
80 EPG *__rec_search __P((BTREE *, recno_t, enum SRCHOP));
H A Drec_search.c63 EPG *
H A Drec_seq.c67 EPG *e;
H A Drec_utils.c64 EPG *e;
H A Drec_delete.c124 EPG *e;
H A Drec_put.c197 EPG *e;
H A Drec_get.c70 EPG *e;