Searched refs:indx_copy (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_delete.c | 249 __bam_adjindx(dbc, h, indx, indx_copy, is_insert) in __bam_adjindx() argument 252 u_int32_t indx, indx_copy; 264 0, dbp->log_fileid, PGNO(h), &LSN(h), indx, indx_copy, 269 copy = h->inp[indx_copy];
|
H A D | btree_auto.c | 763 fileid, pgno, lsn, indx, indx_copy, is_insert) in __bam_adj_log() argument 772 u_int32_t indx_copy; 793 + sizeof(indx_copy) 816 memcpy(bp, &indx_copy, sizeof(indx_copy)); 817 bp += sizeof(indx_copy); 868 printf("\tindx_copy: %lu\n", (u_long)argp->indx_copy); 907 memcpy(&argp->indx_copy, bp, sizeof(argp->indx_copy)); 908 bp += sizeof(argp->indx_copy);
|
H A D | bt_rec.c | 632 pagep, argp->indx, argp->indx_copy, argp->is_insert)) != 0) 640 pagep, argp->indx, argp->indx_copy, !argp->is_insert)) != 0)
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | btree_auto.h | 85 u_int32_t indx_copy; member
|