Home
last modified time | relevance | path

Searched refs:indxp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c39 __db_dput(dbc, dbt, pp, indxp, newfunc) in __db_dput() argument
43 db_indx_t *indxp;
79 if (*indxp == NUM_ENT(*pp) && NEXT_PGNO(*pp) == PGNO_INVALID)
80 ret = __db_addpage(dbc, pp, indxp, newfunc);
82 ret = __db_dsplit(dbc, pp, indxp, isize, newfunc);
97 pagep, (u_int32_t)*indxp, isize, hdr_dbtp, data_dbtp)) != 0)
208 __db_dsplit(dbc, hp, indxp, size, newfunc) in __db_dsplit() argument
211 db_indx_t *indxp;
224 indx = *indxp;
256 *indxp = 0;
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c79 __bam_iitem(dbc, hp, indxp, key, data, op, flags) in __bam_iitem() argument
82 db_indx_t *indxp;
100 indx = *indxp;
114 ++*indxp;
118 bk = GET_BKEYDATA(*hp, *indxp);
129 if ((ret = __db_ditem(dbc, *hp, *indxp, nbytes)) != 0)
134 if ((ret = __db_dput(dbc, data, hp, indxp, __bam_new)) != 0)
230 *indxp += 2;
262 *indxp += 2;
267 *indxp += 1;