Searched refs:__bam_free (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_delete.c | 216 __db_ddup(dbc, bo->pgno, __bam_free)) != 0) 220 __db_doff(dbc, bo->pgno, __bam_free)) != 0) 472 (void)__bam_free(dbc, epg->page); 569 * lock. (The call to __bam_free() discards our reference 572 (void)__bam_free(dbc, child);
|
H A D | bt_page.c | 146 * __bam_free -- 149 * PUBLIC: int __bam_free __P((DBC *, PAGE *)); 152 __bam_free(dbc, h) function
|
H A D | bt_split.c | 242 (void)__bam_free(dbc, lp); 244 (void)__bam_free(dbc, rp); 374 (void)__bam_free(dbc, rp);
|
H A D | bt_put.c | 654 err: (void)__bam_free(dbc, cp);
|
H A D | bt_cursor.c | 1733 if ((ret = __db_drem(dbc, &h, indx, __bam_free)) != 0)
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | btree_ext.h | 32 int __bam_free __P((DBC *, PAGE *));
|
Completed in 51 milliseconds