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.c43 db_indx_t *indxp;
224 indx = *indxp;
256 *indxp = 0;
258 *indxp = i;
261 *indxp = i;
713 *indxp = 0;
798 for (*indxp = 0; *indxp < NUM_ENT(h); ++*indxp) {
846 *indxp = 0;
887 for (; *indxp < NUM_ENT(h); ++*indxp) {
905 *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;