Searched refs:DB_KEYLAST (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_iface.c173 case DB_KEYLAST:
194 * and DB_KEYLAST, return -1 for an invalid cursor, otherwise 0.
197 flags == DB_KEYFIRST || flags == DB_KEYLAST ? 0 : EINVAL);
H A Ddb_am.c397 ret = dbc->c_put(dbc, key, data, DB_KEYLAST);
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c675 flags == DB_KEYFIRST || flags == DB_KEYLAST ? key : NULL,
684 flags != DB_KEYFIRST && flags != DB_KEYLAST)
713 case DB_KEYLAST:
763 ((flags == DB_KEYFIRST || flags == DB_KEYLAST) &&
1091 return (__ham_add_dup(dbc, nval, DB_KEYLAST));
H A Dhash_dup.c165 case DB_KEYLAST:
224 case DB_KEYLAST:
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_cursor.c775 flags == DB_KEYFIRST || flags == DB_KEYLAST ? key : NULL,
906 case DB_KEYLAST:
916 DB_KEYFIRST : DB_KEYLAST, &exact)) != 0)
942 * the DB_KEYFIRST/DB_KEYLAST flags.
1430 case DB_KEYLAST:
1483 * Found a duplicate. If doing DB_KEYLAST, we're at
1487 if (flags == DB_KEYLAST)
1555 if (flags == DB_KEYFIRST || flags == DB_KEYLAST)
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h361 #define DB_KEYLAST 13 /* c_put() */ macro

Completed in 35 milliseconds