Home
last modified time | relevance | path

Searched refs:olditem (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c733 fileid, pgno, ndx, pagelsn, off, olditem, in __ham_replace_log() argument
744 const DBT *olditem;
768 + sizeof(u_int32_t) + (olditem == NULL ? 0 : olditem->size)
794 if (olditem == NULL) {
799 memcpy(bp, &olditem->size, sizeof(olditem->size));
800 bp += sizeof(olditem->size);
801 memcpy(bp, olditem->data, olditem->size);
802 bp += olditem->size;
866 for (i = 0; i < argp->olditem.size; i++) {
867 ch = ((u_int8_t *)argp->olditem.data)[i];
[all …]
H A Dhash_rec.c421 grow = argp->newitem.size - argp->olditem.size;
426 dbt.data = argp->olditem.data;
427 dbt.size = argp->olditem.size;
428 grow = argp->olditem.size - argp->newitem.size;
/titanic_50/usr/src/lib/libnisdb/
H A Dldap_ruleval.c494 __nis_mapping_item_t *olditem, *tmpitem = 0; in buildLvalue() local
531 olditem = item; in buildLvalue()
534 freeMappingItem(olditem, ni); in buildLvalue()
552 olditem = item; in buildLvalue()
554 freeMappingItem(olditem, ni); in buildLvalue()
/titanic_50/usr/src/cmd/sendmail/db/include/
H A Dhash_auto.h85 DBT olditem; member
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c3241 long olditem; in put() local
3256 olditem = *(long *)bptr; in put()
3263 olditem = (long)*(short *)bptr; in put()
3269 olditem = (long)*bptr; in put()
3291 print(olditem, 8, -8, 0); in put()
3452 long tcount = 0, item, olditem = 0; in puta() local
3491 olditem <<= BITSPERCHAR; in puta()
3492 olditem += temp & 0xff; in puta()
3549 olditem <<= tcount * BITSPERCHAR; in puta()
3553 olditem += item & (temp - 1); in puta()
[all …]