Searched refs:__bam_ca_di (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_curadj.c | 111 * __bam_ca_di -- 114 * PUBLIC: void __bam_ca_di __P((DB *, db_pgno_t, u_int32_t, int)); 117 __bam_ca_di(dbp, pgno, indx, adjust) function
|
H A D | bt_put.c | 265 __bam_ca_di(dbp, h->pgno, indx, 1); 283 __bam_ca_di(dbp, h->pgno, indx, 1);
|
H A D | bt_delete.c | 286 __bam_ca_di(dbp, h->pgno, indx, is_insert ? 1 : -1);
|
/osnet-11/usr/src/cmd/sendmail/db/include/ |
H A D | btree_ext.h | 13 void __bam_ca_di __P((DB *, db_pgno_t, u_int32_t, int));
|
/osnet-11/usr/src/cmd/sendmail/db/db/ |
H A D | db_dup.c | 446 __bam_ca_di(dbp, PGNO(pagep), indx, -1); 520 __bam_ca_di(dbp, PGNO(pagep), indx, 1);
|
Completed in 63 milliseconds