Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_iface.c171 case DB_KEYLAST:
195 flags == DB_KEYFIRST || flags == DB_KEYLAST ? 0 : EINVAL);
H A Ddb_am.c395 ret = dbc->c_put(dbc, key, data, DB_KEYLAST);
/illumos-gate/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:
/illumos-gate/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)
1430 case DB_KEYLAST:
1487 if (flags == DB_KEYLAST)
1555 if (flags == DB_KEYFIRST || flags == DB_KEYLAST)
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h361 #define DB_KEYLAST 13 /* c_put() */ macro