Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_cursor.c37 static int __bam_c_next __P((DBC *, CURSOR *, int));
420 if ((ret = __bam_c_next(dbc, cp, 1)) != 0)
431 if ((ret = __bam_c_next(dbc, cp, 1)) != 0)
469 if ((ret = __bam_c_next(dbc, cp, 0)) != 0)
491 (ret = __bam_c_next(dbc, cp, 1)) != 0)
526 (ret = __bam_c_next(dbc, cp, 0)) != 0)
540 if (IS_CUR_DELETED(cp) && (ret = __bam_c_next(dbc, cp, 0)) != 0)
1106 if ((ret = __bam_c_next(dbc, cp, 0)) != 0)
1165 __bam_c_next(dbc, cp, initial_move) in __bam_c_next() function