Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c153 bigkey = LF_ISSET(BI_NEWKEY) && key->size > t->bt_ovflsize;
159 if (LF_ISSET(BI_NEWKEY)) {
226 if (LF_ISSET(BI_NEWKEY)) {
756 if (LF_ISSET(BI_NEWKEY)) {
H A Dbt_cursor.c966 iiflags = BI_NEWKEY;
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dbtree.h116 #define BI_NEWKEY 0x04 /* New key. */ macro