Searched defs:__bam_dup (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_cursor.c466 if ((ret = __bam_dup(dbc, cp, cp->indx, 0)) != 0)
502 if ((ret = __bam_dup(dbc, cp, cp->indx, 0)) != 0)
533 if ((ret = __bam_dup(dbc, cp, cp->indx, 0)) != 0)
944 if ((ret = __bam_dup(dbc, cp, cp->indx,
1101 if ((ret = __bam_dup(dbc, cp, cp->indx, 0)) != 0)
1149 if ((ret = __bam_dup(dbc, cp, cp->indx, 1)) != 0)
1258 if ((ret = __bam_dup(dbc, cp, indx, 0)) != 0)
1369 if ((ret = __bam_dup(dbc, cp, indx, 1)) != 0)
1570 * __bam_dup --
1574 * PUBLIC: int __bam_dup __
1577 __bam_dup(dbc, cp, indx, last_dup) function
[all...]

Completed in 22 milliseconds