Searched refs:re_pad (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_recno.c | 104 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 D | bt_stat.c | 104 sp->bt_re_pad = meta->re_pad;
|
H A D | bt_put.c | 696 rp->re_pad, rp->re_len - dbt->size);
|
/titanic_50/usr/src/cmd/sendmail/db/include/ |
H A D | btree.h | 223 int re_pad; /* Fixed-length padding byte. */ member
|
H A D | db_page.h | 64 u_int32_t re_pad; /* 44-47: Recno: fixed-length record pad. */ member
|
/titanic_50/usr/src/cmd/sendmail/db/db/ |
H A D | db_pr.c | 245 (u_long)rp->re_delim, (u_long)rp->re_pad,
|
/titanic_50/usr/src/cmd/sendmail/db/ |
H A D | db.h | 329 int re_pad; /* Fixed-length padding byte. */ member
|