Home
last modified time | relevance | path

Searched refs:__bam_ovput (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c66 static int __bam_ovput __P((DBC *, PAGE *, u_int32_t, DBT *));
240 if ((ret = __bam_ovput(dbc, h, indx, key)) != 0)
311 if ((ret = __bam_ovput(dbc, h, indx, data)) != 0)
435 __bam_ovput(dbc, h, indx, item) in __bam_ovput() function