Searched refs:__bam_ca_delete (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_curadj.c | 66 __bam_ca_delete(dbp, pgno, indx, delete) in __bam_ca_delete() function
|
H A D | bt_cursor.c | 314 (void)__bam_ca_delete(dbp, pgno, indx, 1); 991 (void)__bam_ca_delete(dbp, pgno, indx, 0); 1668 if (__bam_ca_delete(dbp, pgno, indx, 1) > 0)
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | btree_ext.h | 12 int __bam_ca_delete __P((DB *, db_pgno_t, u_int32_t, int));
|