Searched refs:file_dbp (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_rec.c | 48 DB *file_dbp; local 70 (void)__db_pgerr(file_dbp, pgno); 80 (void)__db_pgerr(file_dbp, argp->pgno); 91 P_INIT(pagep, file_dbp->pgsize, 98 P_INIT(pagep, file_dbp->pgsize, 150 DB *file_dbp; local 175 (void)__db_pgerr(file_dbp, argp->pgno); 183 P_INIT(pagep, file_dbp->pgsize, 204 (void)__db_pgerr(file_dbp, pgno); 249 DB *file_dbp; local [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_rec.c | 83 DB *file_dbp; local 112 GET_META(file_dbp, hcp, ret); 152 if ((ret = __ham_put_page(file_dbp, pagep, 1)) != 0) 158 __ham_dpair(file_dbp, pagep, argp->ndx); 160 if ((ret = __ham_put_page(file_dbp, (PAGE *)pagep, 1)) != 0) 163 if ((ret = __ham_put_page(file_dbp, (PAGE *)pagep, 0)) != 0) 171 RELEASE_META(file_dbp, hcp); 192 DB *file_dbp; local 220 GET_META(file_dbp, (HASH_CURSOR *)dbc->internal, ret); 238 P_INIT(pagep, file_dbp->pgsize, argp->new_pgno, [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | db_am.h | 32 file_dbp = NULL; \ 37 __db_fileid_to_db(logp, &file_dbp, argp->fileid)) != 0) { \ 44 if (file_dbp == NULL) \ 46 if ((ret = file_dbp->cursor(file_dbp, NULL, &dbc, 0)) != 0) \ 49 mpf = file_dbp->mpf; \
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_rec.c | 43 DB *file_dbp; local 118 DB *file_dbp; local 192 DB *file_dbp; local 230 P_INIT(pagep, file_dbp->pgsize, argp->pgno, argp->prev_pgno, 346 DB *file_dbp; local 356 (void)__db_pgerr(file_dbp, argp->pgno); 399 DB *file_dbp; local 416 (void)__db_pgerr(file_dbp, argp->pgno); 442 (void)__db_pgerr(file_dbp, argp->next); 472 (void)__db_pgerr(file_dbp, argp->prev); [all …]
|