Searched refs:__bam_search (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_search.c65 * __bam_search --
68 * PUBLIC: int __bam_search __P((DBC *,
72 __bam_search(dbc, key, flags, stop, recnop, exactp) function
H A Dbt_delete.c317 * 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 Dbt_cursor.c734 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 Dbt_split.c122 __bam_search(dbc, arg, S_WRPAIR, level, NULL, &exact) :
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_ext.h66 int __bam_search __P((DBC *,

Completed in 65 milliseconds