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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Dextern.h81 int __rec_ret __P((BTREE *, EPG *, recno_t, DBT *, DBT *));
82 EPG *__rec_search __P((BTREE *, recno_t, enum SRCHOP));
H A Drec_search.c57 * EPG for matching record, if any, or the EPG for the location of the
61 * The EPG for matching record, if any, or the EPG for the location
65 EPG *
H A Drec_seq.c69 EPG *e;
H A Drec_utils.c66 EPG *e;
H A Drec_delete.c126 EPG *e;
H A Drec_get.c72 EPG *e;
H A Drec_put.c199 EPG *e;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree.h52 struct __epg; typedef struct __epg EPG; typedef in typeref:struct:__epg
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 Dextern.h91 int __bt_cmp __P((BTREE *, const DBT *, EPG *));
105 int __bt_ret __P((BTREE *, EPG *, DBT *, DBT *, DBT *, DBT *, int));
106 EPG *__bt_search __P((BTREE *, const DBT *, int *));
H A Dbt_seq.c83 static int __bt_first __P((BTREE *, const DBT *, EPG *, int *));
84 static int __bt_seqadv __P((BTREE *, EPG *, int));
85 static int __bt_seqset __P((BTREE *, EPG *, DBT *, int));
115 EPG e;
186 EPG *ep;
274 EPG *ep;
396 * erval: return EPG
407 EPG *erval;
411 EPG *ep, save;
539 static int bt_rseqset(BTREE *, EPG *, DB
[all...]
H A Dbt_get.c72 EPG *e;
H A Dbt_put.c53 static EPG *bt_fast __P((BTREE *, const DBT *, const DBT *, int *));
77 EPG *e = 0;
273 * EPG for new record or NULL if not found.
275 static EPG *
H A Dbt_search.c63 * The EPG for matching record, if any, or the EPG for the location
67 EPG *
160 EPG e;
240 EPG e;
H A Dbt_utils.c71 EPG *e;
147 * e: pointer to EPG for comparison
158 EPG *e;
H A Dbtree.h264 } EPG; typedef in typeref:struct:_epg
324 EPG bt_cur; /* current (pinned) page */
H A Dbt_delete.c152 EPG *e;
297 EPG *e;
548 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;

Completed in 138 milliseconds