Searched refs:__bam_ca_delete (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_curadj.c | 59 * __bam_ca_delete -- 63 * PUBLIC: int __bam_ca_delete __P((DB *, db_pgno_t, u_int32_t, int)); 66 __bam_ca_delete(dbp, pgno, indx, delete) function 131 * Adjust the cursors. See the comment in __bam_ca_delete(). 167 * Adjust the cursors. See the comment in __bam_ca_delete(). 207 * Adjust the cursors. See the comment in __bam_ca_delete(). 241 * Adjust the cursors. See the comment in __bam_ca_delete().
|
H A D | bt_cursor.c | 314 (void)__bam_ca_delete(dbp, pgno, indx, 1); 991 (void)__bam_ca_delete(dbp, pgno, indx, 0); 1665 * it in __bam_ca_delete. In the second case, it will be on a different 1666 * item, so we won't bother with it in __bam_ca_delete. 1668 if (__bam_ca_delete(dbp, pgno, indx, 1) > 0)
|
/osnet-11/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));
|
Completed in 46 milliseconds