Searched refs:__bam_search (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_search.c | 65 * __bam_search -- 68 * PUBLIC: int __bam_search __P((DBC *, 72 __bam_search(dbc, key, flags, stop, recnop, exactp) function
|
H A D | bt_delete.c | 317 * Call __bam_search to reacquire the empty leaf page, but this time 327 __bam_search(dbc, key, S_WRPAIR, level, NULL, &exact)) != 0)
|
H A D | bt_cursor.c | 734 if ((ret = __bam_search(dbc, &dbt, 1531 search: ret = __bam_search(dbc, key, sflags, 1, NULL, exactp); 1543 * free the page(s) we locked in __bam_search. 1905 ret = __bam_search(dbc, &dbt, S_KEYFIRST, 1, NULL, &exact);
|
H A D | bt_split.c | 122 __bam_search(dbc, arg, S_WRPAIR, level, NULL, &exact) :
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | btree_ext.h | 66 int __bam_search __P((DBC *,
|
Completed in 65 milliseconds