Home
last modified time | relevance | path

Searched refs:re_pad (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_recno.c104 rp->re_pad = ' ';
128 rp->re_pad = F_ISSET(dbp, DB_RE_PAD) ? dbinfo->re_pad : ' ';
921 memset(dbc->rdata.data, rp->re_pad, rp->re_len);
1084 memset(pad, rp->re_pad, rp->re_len);
1194 memset(p, rp->re_pad, len);
H A Dbt_stat.c104 sp->bt_re_pad = meta->re_pad;
H A Dbt_put.c696 rp->re_pad, rp->re_len - dbt->size);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree.h223 int re_pad; /* Fixed-length padding byte. */ member
H A Ddb_page.h64 u_int32_t re_pad; /* 44-47: Recno: fixed-length record pad. */ member
/illumos-gate/usr/src/cmd/bhyve/
H A Drfb_impl.h169 uint8_t re_pad; member
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c245 (u_long)rp->re_delim, (u_long)rp->re_pad,
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h329 int re_pad; /* Fixed-length padding byte. */ member