Searched refs:EPG (Results 1 - 20 of 20) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | extern.h | 81 int __rec_ret __P((BTREE *, EPG *, recno_t, DBT *, DBT *)); 82 EPG *__rec_search __P((BTREE *, recno_t, enum SRCHOP));
|
H A D | rec_search.c | 57 * 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 D | rec_seq.c | 69 EPG *e;
|
H A D | rec_utils.c | 66 EPG *e;
|
H A D | rec_delete.c | 126 EPG *e;
|
H A D | rec_get.c | 72 EPG *e;
|
H A D | rec_put.c | 199 EPG *e;
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | btree.h | 52 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 D | extern.h | 91 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 D | bt_seq.c | 83 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 D | bt_get.c | 72 EPG *e;
|
H A D | bt_put.c | 53 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 D | bt_search.c | 63 * The EPG for matching record, if any, or the EPG for the location 67 EPG * 160 EPG e; 240 EPG e;
|
H A D | bt_utils.c | 71 EPG *e; 147 * e: pointer to EPG for comparison 158 EPG *e;
|
H A D | btree.h | 264 } EPG; typedef in typeref:struct:_epg 324 EPG bt_cur; /* current (pinned) page */
|
H A D | bt_delete.c | 152 EPG *e; 297 EPG *e; 548 EPG e;
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_search.c | 321 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 D | bt_split.c | 63 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 D | bt_rsearch.c | 288 EPG *epg;
|
H A D | bt_delete.c | 413 EPG *epg;
|
Completed in 102 milliseconds